From 1d3241e56c10dab9f8ab0b996118289eb812e668 Mon Sep 17 00:00:00 2001 From: timjensen-wk Date: Fri, 31 Jul 2026 14:47:34 -0500 Subject: [PATCH] chore(dependabot): add 4-day cooldown, exempt Docker from cooldown Co-authored-by: Cursor --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ec5debccc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "pub" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 4 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"