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