Skip to content

Commit c02071a

Browse files
committed
Synchronise dependabot config across projects
Easy management by grouping actions updates
1 parent 4093f71 commit c02071a

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gradle
4-
directory: "/"
5-
schedule:
6-
interval: monthly
7-
open-pull-requests-limit: 99
8-
- package-ecosystem: "github-actions"
9-
directory: "/"
10-
schedule:
11-
interval: monthly
3+
- package-ecosystem: gradle
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 99
8+
- package-ecosystem: github-actions
9+
directory: /
10+
schedule:
11+
interval: monthly
12+
groups:
13+
github-actions:
14+
patterns:
15+
- **

0 commit comments

Comments
 (0)