Skip to content

Commit 245f1b6

Browse files
author
chedim
committed
Adds Dependabot configuration
1 parent ce91938 commit 245f1b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for Gradle
4+
- package-ecosystem: "maven"
5+
# Look for `build.gradle` in the `root` directory
6+
directory: "/"
7+
# Check for updates once daily
8+
schedule:
9+
interval: "daily"

0 commit comments

Comments
 (0)