Skip to content

Commit 8db326e

Browse files
authoredJun 11, 2024··
Create dependabot.yml
1 parent 7426015 commit 8db326e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
 

‎.github/dependabot.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/initial/"
5+
schedule:
6+
interval: "monthly"
7+
target-branch: "main"
8+
9+
- package-ecosystem: "gradle"
10+
directory: "/initial/"
11+
schedule:
12+
interval: "monthly"
13+
target-branch: "main"
14+
15+
- package-ecosystem: "maven"
16+
directory: "/complete/"
17+
schedule:
18+
interval: "monthly"
19+
target-branch: "main"
20+
21+
- package-ecosystem: "gradle"
22+
directory: "/complete/"
23+
schedule:
24+
interval: "monthly"
25+
target-branch: "main"

0 commit comments

Comments
 (0)
Please sign in to comment.