Skip to content

Commit 93a77b9

Browse files
committed
Add Dependabot config for samples
Since all the samples are Maven-based, the separate `package-ecosystem: "maven"` has to be used to update deps in those POMs
1 parent 88d58c6 commit 93a77b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,14 @@ updates:
2323
- "org.awaitility:awaitility"
2424
- "com.google.code.findbugs:jsr305"
2525
- "org.springframework.boot*"
26+
27+
- package-ecosystem: "maven"
28+
directory: "/samples"
29+
schedule:
30+
interval: "weekly"
31+
day: "saturday"
32+
labels: ["type: task"]
33+
groups:
34+
development-dependencies:
35+
patterns:
36+
- "*"

0 commit comments

Comments
 (0)