diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 09f7641..b74d47e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,30 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 3 + semver-major-days: 7 + semver-minor-days: 4 + semver-patch-days: 3 + groups: + rust-dependencies: + patterns: + - "*" + update-types: + - "major" + - "minor" + - "patch" # Maintain GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + actions: + patterns: + - "*" + update-types: + - "major" + - "minor" + - "patch"