Skip to content

Commit bb7de14

Browse files
authored
Updated Dependabot to group PR updates (jwngr#307)
1 parent b10755a commit bb7de14

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
# Docs: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
1+
# Docs: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
22

33
version: 2
44
updates:
55
- package-ecosystem: 'npm'
66
directory: '/website'
77
schedule:
88
interval: 'monthly'
9+
groups:
10+
major:
11+
update-types: ['major']
12+
minor-and-patch:
13+
update-types: ['minor', 'patch']
14+
915
- package-ecosystem: 'pip'
1016
directory: '/'
1117
schedule:
1218
interval: 'monthly'
19+
groups:
20+
major:
21+
update-types: ['major']
22+
minor-and-patch:
23+
update-types: ['minor', 'patch']

0 commit comments

Comments
 (0)