Skip to content

Commit 4f5761d

Browse files
author
Raihaan Shouhell
committedAug 28, 2019
Add dependabot
1 parent 5f41a50 commit 4f5761d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎.dependabot/config.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: "java:maven"
4+
directory: "/"
5+
update_schedule: "weekly"
6+
default_reviewers:
7+
- "thoulen"
8+
- "jvz"
9+
- "res0nance"
10+
ignored_updates:
11+
- match:
12+
dependency_name: "org.jenkins-ci.main:jenkins-core"
13+
- match:
14+
dependency_name: "org.jenkins-ci.plugins*"
15+
- match:
16+
dependency_name: "io.jenkins.plugins*"
17+

0 commit comments

Comments
 (0)
Please sign in to comment.