Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ac39b0f

Browse files
Ignore Maven Core updates
1 parent f5c9aad commit ac39b0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ updates:
2121
schedule:
2222
interval: daily
2323
ignore:
24+
# Ignore Maven Core updates
25+
- dependency-name: "org.apache.maven:*"
2426
# Ignore Maven 3.2.1+
2527
- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools
2628
versions:
@@ -31,4 +33,4 @@ updates:
3133
- package-ecosystem: "github-actions"
3234
directory: "/"
3335
schedule:
34-
interval: "daily"
36+
interval: "daily"

0 commit comments

Comments
 (0)