Skip to content

Commit 209e02e

Browse files
committed
Setting up dependabot.yml
1 parent 6049896 commit 209e02e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
8+
- package-ecosystem: "gradle" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
interval: "daily"
12+
- package-ecosystem: "github-action"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"

0 commit comments

Comments
 (0)