From 5fd50a460d212301a09e0721fabdd2a0fad4315c Mon Sep 17 00:00:00 2001 From: Moe Zein Date: Thu, 26 Mar 2026 12:12:51 -0400 Subject: [PATCH] re-enable dependabot with 2-day cooldown Rename .disabled configs back and add cooldown: default-days: 2 Signed-off-by: Moe Zein --- .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 00000000..954f517b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + commit-message: + prefix: "chore" + include: "scope" + cooldown: + default-days: 2