Skip to content

Commit ac0bcc8

Browse files
committed
Add Dependabot configuration
1 parent 50ec01b commit ac0bcc8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "friday"
8+
ignore:
9+
# BOM and build dependencies are excluded, they are released far too often and matter too little
10+
- dependency-name: "io.jenkins.tools.bom:bom-2.*.x"
11+
- dependency-name: "io.jenkins.tools.incrementals:git-changelist-maven-extension"
12+
- dependency-name: "org.jenkins-ci.plugins:plugin"

0 commit comments

Comments
 (0)