We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82d410 commit 4c3fce1Copy full SHA for 4c3fce1
.github/dependabot.yml
@@ -4,12 +4,15 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "monthly"
7
- groups:
8
- gha-minor-patch:
+ groups: # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
+ breaking:
9
update-types:
10
- - "minor"
11
- - "patch"
+ - "major"
+ nonbreaking: # Group together nonbreaking upgrades
12
+ update-types:
13
+ - "minor"
14
+ - "patch"
15
+ reviewers:
16
+ - "ves-event-bus-infra"
17
labels:
- - "Event Bus"
- - "dependencies"
- - "github-actions"
18
+ - "dependency-shepherd"
0 commit comments