Skip to content

Commit 5bc92f9

Browse files
committed
chore: update dependabot config
1 parent 59a2f6b commit 5bc92f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# dependabot configuration available at: https://docs.github.com/en/code-security/dependabot
22
version: 2
33
updates:
4-
54
- package-ecosystem: "github-actions"
65
directory: "/"
76
schedule:
@@ -15,7 +14,9 @@ updates:
1514
- Dependabot
1615

1716
- package-ecosystem: maven
18-
directory: "/code"
17+
directories:
18+
- "/examples"
19+
- "/tests/integration"
1920
schedule:
2021
interval: daily
2122
time: "11:30"

0 commit comments

Comments
 (0)