diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52f755bc0d..5dfa732bc2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,8 @@ updates: - "/src/tools/trace-forwarder" schedule: interval: "daily" + cooldown: + default-days: 7 ignore: # rust-vmm repos might cause incompatibilities on patch versions, so # lets handle them manually for now. @@ -85,8 +87,12 @@ updates: - "src/tools/csi-kata-directvolume" schedule: interval: "daily" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7