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