diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd321ac7..457d0ab1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,16 +2,38 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + commit-message: + # Prefix all commit messages with "chore: " + prefix: "chore" schedule: - interval: "monthly" + interval: "weekly" + cooldown: + default-days: 7 + allow: + - dependency-name: "*" + update-types: + - "version-update:semver-major" open-pull-requests-limit: 10 - package-ecosystem: "npm" directory: "/" + commit-message: + # Prefix all commit messages with "chore: " + prefix: "chore" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + versioning-strategy: "increase-if-necessary" + allow: + - dependency-name: "*" + update-types: + - "version-update:semver-major" + open-pull-requests-limit: 10 groups: + # Production dependencies with breaking changes + dependencies: + dependency-type: "production adonisjs: patterns: - "@adonisjs/*" - schedule: - interval: "monthly" - open-pull-requests-limit: 10