From e5ab3af05b6530d81c348cce2cef98d91619a7cb Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Thu, 4 Jun 2026 17:54:45 +0100 Subject: [PATCH] ci: update dependabot config (add cooldown, single update entry) --- .github/dependabot.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ec17cfa..f104951e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,16 +4,9 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 5 groups: github-actions: patterns: - - "*" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - target-branch: "5.x" - groups: - github-actions: - patterns: - - "*" + - "*" \ No newline at end of file