Skip to content

Commit 2339b6a

Browse files
authored
Create dependabot.yml
1 parent 25425a9 commit 2339b6a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "gradle"
5+
directory: "/"
6+
ignore:
7+
- dependency-name: "*"
8+
update-types: ["version-update:semver-patch"]
9+
schedule:
10+
interval: "monthly"
11+
target-branch: "main"
12+
groups:
13+
guide-dependencies-gradle:
14+
patterns:
15+
- "*"

0 commit comments

Comments
 (0)