We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179f8ad commit 1954ef0Copy full SHA for 1954ef0
.github/dependabot.yml
@@ -21,10 +21,20 @@ updates:
21
directory: "/"
22
schedule:
23
interval: "daily"
24
- ignore:
25
- # ignore Maven Core updates
26
- - dependency-name: "org.apache.maven:*"
+
+ - package-ecosystem: "maven"
+ directory: "/"
27
+ schedule:
28
+ interval: "daily"
29
+ target-branch: "maven-compiler-plugin-3.x"
30
31
+ - package-ecosystem: "github-actions"
32
33
34
35
36
- package-ecosystem: "github-actions"
37
38
39
40
0 commit comments