From 88297190c87134dd47128f2716fcf0725117d67d Mon Sep 17 00:00:00 2001 From: Oliver Wolff <23139298+cuioss@users.noreply.github.com> Date: Thu, 19 Feb 2026 12:38:17 +0100 Subject: [PATCH] chore: add Dependabot cooldown and update auto-merge to v0.5.0 Add tiered cooldown (patch:1d, minor:3d, major:7d) to dependabot.yml. Update auto-merge caller to v0.5.0 (all deps, minor/patch only). Co-Authored-By: Claude Opus 4.6 --- .github/dependabot.yml | 5 +++++ .github/workflows/dependabot-auto-merge.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d685c1..c110fa5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 3 + semver-major-days: 7 + semver-minor-days: 3 + semver-patch-days: 1 diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 81de3c5..6768903 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -8,7 +8,7 @@ permissions: jobs: auto-merge: - uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@7f9eecb85e04771d0dacfe2b102fd094558eff1d # v0.4.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@fbb87b2940f43cd3c6907c194dbbd437b2a78aa4 # v0.5.0 permissions: contents: write pull-requests: write