Skip to content

Commit 4980f28

Browse files
committed
Fix Dependabot config for actual dependencies
1 parent 09b99a3 commit 4980f28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ updates:
1818
update-types:
1919
- patch
2020
patterns:
21-
- com.gradle.*
21+
- org.gradle.*
2222
- io.spring.*
2323
- org.ajoberstar.grgit
2424
- org.antora
@@ -27,9 +27,7 @@ updates:
2727
- org.hibernate.validator:hibernate-validator
2828
- org.apache.httpcomponents.client5:httpclient5
2929
- org.awaitility:awaitility
30-
- net.ltgt.errorprone
31-
- com.uber.nullaway*
32-
- com.google.errorprone*
30+
- io.freefair.aggregate-javadoc
3331

3432
- package-ecosystem: github-actions
3533
directory: /
@@ -62,10 +60,11 @@ updates:
6260
update-types:
6361
- patch
6462
patterns:
65-
- com.gradle.*
63+
- org.gradle.*
6664
- com.github.spotbugs
6765
- io.spring.*
6866
- org.ajoberstar.grgit
67+
- io.freefair.aggregate-javadoc
6968
- org.antora
7069
- io.micrometer:micrometer-docs-generator
7170
- com.willowtreeapps.assertk:assertk-jvm
@@ -104,10 +103,11 @@ updates:
104103
update-types:
105104
- patch
106105
patterns:
107-
- com.gradle.*
106+
- org.gradle.*
108107
- com.github.spotbugs
109108
- io.spring.*
110109
- org.ajoberstar.grgit
110+
- io.freefair.aggregate-javadoc
111111
- org.antora
112112
- io.micrometer:micrometer-docs-generator
113113
- com.willowtreeapps.assertk:assertk-jvm

0 commit comments

Comments
 (0)