We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627a8e6 commit 00c4ab7Copy full SHA for 00c4ab7
.github/dependabot.yml
@@ -1,13 +1,18 @@
1
version: 2
2
updates:
3
- package-ecosystem: gradle
4
- directory: "/"
+ directory: /
5
schedule:
6
interval: daily
7
open-pull-requests-limit: 10
8
commit-message:
9
prefix: build
10
include: scope
11
+ groups:
12
+ java-dependencies:
13
+ applies-to: version-updates
14
+ patterns:
15
+ - "*"
16
- package-ecosystem: github-actions
17
directory: /
18
@@ -16,3 +21,8 @@ updates:
21
22
prefix: ci
23
24
25
+ github-action-dependencies:
26
27
28
0 commit comments