From 6c3b4501ca6303ce063036bf7bf3f7dd8cf3b2a5 Mon Sep 17 00:00:00 2001 From: Moe Zein Date: Wed, 25 Mar 2026 16:54:41 -0400 Subject: [PATCH] re-enable dependabot with 14-day cooldown Rename .disabled configs back and add cooldown: default-days: 14 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 0000000..dd7e57d --- /dev/null +++ b/github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + groups: + gh-actions-packages: + patterns: + - '*' + cooldown: + default-days: 14