Skip to content

Commit cc92dc6

Browse files
committed
Group dependabot updates
1 parent 1435ea9 commit cc92dc6

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
---
2-
# Documentation
3-
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
41
version: 2
52
updates:
6-
- package-ecosystem: github-actions
7-
directory: /
8-
schedule:
9-
interval: monthly
10-
11-
- package-ecosystem: gitsubmodule
12-
directory: /
13-
schedule:
14-
interval: monthly
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
groups:
8+
actions-infrastructure:
9+
patterns:
10+
- actions/*
11+
- package-ecosystem: gitsubmodule
12+
directory: /
13+
schedule:
14+
interval: monthly
15+
groups:
16+
gitsubmodule-dependencies:
17+
patterns:
18+
- '*'

0 commit comments

Comments
 (0)