We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d86852 commit bb23f2dCopy full SHA for bb23f2d
1 file changed
.github/dependabot.yml
@@ -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
20
+ - "com.mojang:minecraft"
21
+
22
+ # GitHub Actions
23
+ - package-ecosystem: "github-actions"
24
25
26
27
28
29
30
+ prefix: "chore"
0 commit comments