Skip to content

Commit bf3c603

Browse files
committed
ci: reduce dependabot frequency, fix conflicting groups
1 parent 5505bac commit bf3c603

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ updates:
44
# Files stored in repository root
55
directory: "/"
66
schedule:
7-
interval: "daily"
8-
open-pull-requests-limit: 10
7+
interval: "weekly"
98
groups:
10-
github:
9+
gradle-dependencies:
1110
patterns:
1211
- "*"
1312
- package-ecosystem: github-actions
1413
directory: "/"
1514
schedule:
16-
interval: daily
17-
open-pull-requests-limit: 10
15+
interval: "weekly"
1816
groups:
19-
github:
17+
github-actions:
2018
patterns:
2119
- "*"

0 commit comments

Comments
 (0)