Skip to content

Commit 93a6e6b

Browse files
authored
[Dependabot] Reduce frequency to monthly to reduce noise (#283)
1 parent 5dad2cb commit 93a6e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

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

1313
- package-ecosystem: "github-actions"
1414
directory: "/"
1515
schedule:
16-
interval: "daily"
16+
interval: "monthly"

0 commit comments

Comments
 (0)