From 2406f792fbeda35af56ee1ef65ee47ff676530cf Mon Sep 17 00:00:00 2001 From: Moe Zein Date: Wed, 25 Mar 2026 19:08:51 -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 ++++++++++++ .github/dependabot.yml.disabled | 10 ---------- 2 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 .github/dependabot.yml.disabled 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 diff --git a/.github/dependabot.yml.disabled b/.github/dependabot.yml.disabled deleted file mode 100644 index 1c5138c..0000000 --- a/.github/dependabot.yml.disabled +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'monthly' - groups: - gh-actions-packages: - patterns: - - '*'