Skip to content

Commit 4c3fce1

Browse files
author
Emmanuel Ukoha
committed
Update Dependabot
1 parent b82d410 commit 4c3fce1

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
groups:
8-
gha-minor-patch:
7+
groups: # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
8+
breaking:
99
update-types:
10-
- "minor"
11-
- "patch"
10+
- "major"
11+
nonbreaking: # Group together nonbreaking upgrades
12+
update-types:
13+
- "minor"
14+
- "patch"
15+
reviewers:
16+
- "ves-event-bus-infra"
1217
labels:
13-
- "Event Bus"
14-
- "dependencies"
15-
- "github-actions"
18+
- "dependency-shepherd"

0 commit comments

Comments
 (0)