Skip to content

Commit 40ba619

Browse files
authored
Create dependabot.yml (for "new" Dependabot)
Added due to the old Dependabot Preview being shutdown long ago and we didn't notice. This should make it start working again.
1 parent f39e79f commit 40ba619

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: "/Minigames"
5+
schedule:
6+
interval: "weekly"
7+
8+
- package-ecosystem: "maven"
9+
directory: "/Regions"
10+
schedule:
11+
interval: "weekly"

0 commit comments

Comments
 (0)