Skip to content

Commit 91082ba

Browse files
committed
ci: group dependabot updates and run only weekly
1 parent 7d91842 commit 91082ba

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gradle
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
time: "13:00"
8-
open-pull-requests-limit: 10
3+
- package-ecosystem: gradle
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
groups:
8+
all-dependencies:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)