We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3195d55 commit d342299Copy full SHA for d342299
.github/dependabot.yml
@@ -4,6 +4,9 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "daily"
7
+ ignore:
8
+ # ignore Maven Core updates
9
+ - dependency-name: "org.apache.maven:*"
10
- package-ecosystem: "github-actions"
11
12
0 commit comments