Skip to content

Commit e881010

Browse files
committed
Configure dependabot
1 parent 48ecdb3 commit e881010

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/dependabot.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
open-pull-requests-limit: 10
8+
groups:
9+
upstream-libs:
10+
patterns:
11+
- "*"
12+
exclude-patterns:
13+
- "*checkerframework*"
14+
- "*maven.plugins*"
15+
checker-framework:
16+
patterns:
17+
- "*checkerframework*"
18+
maven-plugins:
19+
patterns:
20+
- "*maven.plugins*"
21+
22+
- package-ecosystem: "github-actions"
23+
directory: "/"
24+
schedule:
25+
interval: "monthly"
26+
groups:
27+
gh-actions:
28+
patterns:
29+
- "*" # group all GH action upgrades in a single PR

0 commit comments

Comments
 (0)