Skip to content

Commit 08feaaa

Browse files
Ignore Maven Core updates
1 parent f76c749 commit 08feaaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ updates:
2222
interval: daily
2323
time: '04:00'
2424
open-pull-requests-limit: 10
25+
ignore:
26+
# Ignore Maven Core updates
27+
- dependency-name: "org.apache.maven:*"
2528
- package-ecosystem: "github-actions"
2629
directory: "/"
2730
schedule:
28-
interval: "daily"
31+
interval: "daily"

0 commit comments

Comments
 (0)