Skip to content

Commit a7b5e88

Browse files
committed
Add dependabot.yml
1 parent c0ebcc8 commit a7b5e88

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

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

0 commit comments

Comments
 (0)