Skip to content

Commit 8de65ef

Browse files
committed
add dependabot config
1 parent d3be8af commit 8de65ef

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
time: "06:00"
9+
timezone: "UTC"
10+
groups:
11+
maven-dependencies:
12+
patterns:
13+
- "*"
14+
15+
- package-ecosystem: "github-actions"
16+
directory: "/" # even for `.github/workflows`
17+
schedule:
18+
interval: "monthly"
19+
groups:
20+
github-actions:
21+
patterns:
22+
- "*"

0 commit comments

Comments
 (0)