From 073516d5c0c2950e49dad45388fca40e27984ef7 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:11:00 +0200 Subject: [PATCH] Add cooldown to dependabot updates dependabot.yml Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- .github/dependabot.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02de3d0d84..79070deae7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: time: '03:00' timezone: Europe/Paris open-pull-requests-limit: 10 + cooldown: + default-days: 7 - package-ecosystem: composer directory: '/' @@ -17,6 +19,8 @@ updates: time: '03:00' timezone: Europe/Paris open-pull-requests-limit: 10 + cooldown: + default-days: 7 - package-ecosystem: 'github-actions' directory: '/' @@ -26,8 +30,10 @@ updates: time: '04:00' timezone: Europe/Paris open-pull-requests-limit: 10 + cooldown: + default-days: 7 - # master-7 + # stable-7 - package-ecosystem: npm directory: '/' target-branch: stable-7 @@ -39,6 +45,8 @@ updates: commit-message: prefix: '[stable-7] ' open-pull-requests-limit: 10 + cooldown: + default-days: 7 ignore: - dependency-name: '*' update-types: ['version-update:semver-major'] @@ -53,6 +61,8 @@ updates: commit-message: prefix: '[stable-7] ' open-pull-requests-limit: 10 + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: '/' @@ -65,3 +75,5 @@ updates: commit-message: prefix: '[stable-7] ' open-pull-requests-limit: 10 + cooldown: + default-days: 7