Skip to content

Commit bb23f2d

Browse files
authored
chore: setup dependabot (#8)
1 parent 7d86852 commit bb23f2d

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
version: 2
2+
updates:
3+
# Gradle dependencies and wrapper
4+
- package-ecosystem: "gradle"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
open-pull-requests-limit: 5
10+
commit-message:
11+
prefix: "fix"
12+
groups:
13+
fabric:
14+
patterns:
15+
- "fabric-loom"
16+
- "net.fabricmc:*"
17+
- "net.fabricmc.fabric-api:*"
18+
minecraft:
19+
patterns:
20+
- "com.mojang:minecraft"
21+
22+
# GitHub Actions
23+
- package-ecosystem: "github-actions"
24+
directory: "/"
25+
schedule:
26+
interval: "weekly"
27+
day: "monday"
28+
open-pull-requests-limit: 5
29+
commit-message:
30+
prefix: "chore"

0 commit comments

Comments
 (0)