Skip to content

Commit 3a51e44

Browse files
committed
Ignore Maven dependencies in Dependabot
Refs #282 Refs #284 Refs #288 Refs #289
1 parent f58f797 commit 3a51e44

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
@@ -4,7 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
- dependency-name: "org.apache.maven:maven-core"
9+
- dependency-name: "org.apache.maven.plugin-tools:maven-plugin-annotations"
710
- package-ecosystem: "github-actions"
811
directory: "/"
912
schedule:
10-
interval: "daily"
13+
interval: "daily"

0 commit comments

Comments
 (0)