Skip to content

Commit 674686c

Browse files
committed
Synchronise dependabot config across projects
Easy management by grouping actions updates
1 parent 33f9998 commit 674686c

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.github/dependabot.yml

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

0 commit comments

Comments
 (0)