Skip to content

Commit 595e017

Browse files
authored
Merge pull request #20 from jzheng2017/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents f1923b3 + bd93f71 commit 595e017

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: daily
7+
time: "04:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: org.mockito:mockito-core
11+
versions:
12+
- 3.8.0

0 commit comments

Comments
 (0)