Skip to content

Commit 1954ef0

Browse files
Add dependabot for 3.x branch
1 parent 179f8ad commit 1954ef0

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,20 @@ updates:
2121
directory: "/"
2222
schedule:
2323
interval: "daily"
24-
ignore:
25-
# ignore Maven Core updates
26-
- dependency-name: "org.apache.maven:*"
24+
25+
- package-ecosystem: "maven"
26+
directory: "/"
27+
schedule:
28+
interval: "daily"
29+
target-branch: "maven-compiler-plugin-3.x"
30+
31+
- package-ecosystem: "github-actions"
32+
directory: "/"
33+
schedule:
34+
interval: "daily"
35+
2736
- package-ecosystem: "github-actions"
2837
directory: "/"
2938
schedule:
3039
interval: "daily"
40+
target-branch: "maven-compiler-plugin-3.x"

0 commit comments

Comments
 (0)