diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 81a9ed4..f437337 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,29 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: interval: weekly + open-pull-requests-limit: 10 + cooldown: + default-days: 3 commit-message: - prefix: "ci(deps): " + prefix: ci + include: scope + + - package-ecosystem: cargo + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 10 + cooldown: + default-days: 3 + groups: + cargo: + update-types: + - minor + - patch + commit-message: + prefix: chore + include: scope