We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9b10a1 + 2b39750 commit 158911eCopy full SHA for 158911e
1 file changed
.github/dependabot.yml
@@ -8,6 +8,10 @@ updates:
8
- 'skip-changelog'
9
- 'dependencies'
10
rebase-strategy: disabled
11
+ groups:
12
+ github-actions:
13
+ patterns:
14
+ - "*"
15
16
- package-ecosystem: gradle
17
directory: "/"
@@ -19,3 +23,11 @@ updates:
19
23
- skip-changelog
20
24
- dependencies
21
25
26
27
+ gradle-plugins:
28
29
+ - "io.github.gradle-nexus.publish-plugin*"
30
+ - "com.diffplug.spotless*"
31
+ gradle-dependencies:
32
33
0 commit comments