Skip to content

Commit b987a99

Browse files
committed
chore: Set up dependabot for GitHub Actions and Gradle
1 parent 9eb19d3 commit b987a99

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yaml

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

0 commit comments

Comments
 (0)