diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 547df22ac..bd0d34662 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: weekly + cooldown: + default-days: 7 + exclude: + - "@actions/*" labels: - Rebuild # Ignore incompatible dependency updates @@ -25,6 +29,10 @@ updates: - "/.github/actions" schedule: interval: weekly + cooldown: + default-days: 7 + exclude: + - "actions/*" labels: - Rebuild groups: