Skip to content

Commit 1cd05d6

Browse files
authored
Add Dependabot config
1 parent 90a1493 commit 1cd05d6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for Gradle dependencies
4+
- package-ecosystem: "gradle"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
# Maintain dependencies for GitHub Actions
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: "daily"

0 commit comments

Comments
 (0)