We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842bdab commit 59f7008Copy full SHA for 59f7008
.github/dependabot.yml
@@ -8,16 +8,16 @@ updates:
8
- package-ecosystem: "nuget" # See documentation for possible values
9
directory: "/" # Location of package manifests
10
schedule:
11
- interval: "daily"
+ interval: "weekly"
12
13
# Maintain dependencies for GitHub Actions
14
- package-ecosystem: "github-actions"
15
directory: "/"
16
17
18
19
# Maintain dependencies for submodules
20
- package-ecosystem: "gitsubmodule"
21
22
23
+ interval: "monthly"
0 commit comments