Skip to content

Commit ab79833

Browse files
authored
Update dependabot.yml
1 parent a9da80e commit ab79833

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
# Dependabot configuration:
2-
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
35

46
version: 2
57
updates:
6-
# Maintain dependencies for Gradle dependencies
78
- package-ecosystem: "gradle"
89
directory: "/"
9-
target-branch: "dev"
1010
schedule:
11-
interval: "daily"
12-
# Maintain dependencies for GitHub Actions
11+
interval: "weekly"
1312
- package-ecosystem: "github-actions"
1413
directory: "/"
15-
target-branch: "dev"
1614
schedule:
17-
interval: "daily"
15+
interval: "weekly"

0 commit comments

Comments
 (0)