diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d930f3c006..d6fa7078f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,10 @@ updates: commit-message: prefix: "ci: [DEPENDABOT] " target-branch: develop + groups: + github-actions: + patterns: + - "*" - package-ecosystem: cargo directory: /crates @@ -24,11 +28,9 @@ updates: time: "04:00" timezone: Etc/GMT commit-message: - prefix: "ci: [DEPENDABOT] " + prefix: "chore: [DEPENDABOT] " target-branch: develop open-pull-requests-limit: 10 - # Bundle all Rust dependency bumps into a single PR per run to reduce noise. groups: rust-dependencies: - patterns: - - "*" +