Skip to content

Commit bb72d66

Browse files
authored
ci: continue debugging Dependabot multi-ecosystem
1 parent efd505b commit bb72d66

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ updates:
3030
- package-ecosystem: "maven"
3131
directory: "/"
3232
patterns: [ "*" ]
33-
exclude-patterns:
34-
- "org.webjars:*"
35-
- "io.quarkus:*"
36-
- "org.springframework:*"
37-
- "org.springframework.boot:*"
33+
ignore:
34+
- dependency-name: "org.webjars:*"
35+
- dependency-name: "io.quarkus:*"
36+
- dependency-name: "org.springframework:*"
37+
- dependency-name: "org.springframework.boot:*"
3838
multi-ecosystem-group: "quickstarts"
3939
- package-ecosystem: "gradle"
4040
directory: "/"
4141
patterns: [ "*" ]
42-
exclude-patterns:
43-
- "org.webjars:*"
44-
- "io.quarkus:*"
45-
- "org.springframework:*"
46-
- "org.springframework.boot:*"
42+
ignore:
43+
- dependency-name: "org.webjars:*"
44+
- dependency-name: "io.quarkus:*"
45+
- dependency-name: "org.springframework:*"
46+
- dependency-name: "org.springframework.boot:*"
4747
multi-ecosystem-group: "quickstarts"
4848
- package-ecosystem: "github-actions"
4949
directory: "/"

0 commit comments

Comments
 (0)