Skip to content

Commit 488ae08

Browse files
authored
Merge pull request #491 from mybatis/dependabot/add-v2-config-file
Create Dependabot config file
2 parents ab8ddcd + ffdf16f commit 488ae08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: maven
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: org.apache.derby:derby
10+
versions:
11+
- "> 10.14.2.0"

0 commit comments

Comments
 (0)