Skip to content

Commit 59f7008

Browse files
committed
reduce dependabot.yml check cycles
1 parent 842bdab commit 59f7008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ updates:
88
- package-ecosystem: "nuget" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "daily"
11+
interval: "weekly"
1212

1313
# Maintain dependencies for GitHub Actions
1414
- package-ecosystem: "github-actions"
1515
directory: "/"
1616
schedule:
17-
interval: "daily"
17+
interval: "weekly"
1818

1919
# Maintain dependencies for submodules
2020
- package-ecosystem: "gitsubmodule"
2121
directory: "/"
2222
schedule:
23-
interval: "daily"
23+
interval: "monthly"

0 commit comments

Comments
 (0)