Skip to content

Commit 875d531

Browse files
committed
Instruct Dependabot to run monthly
Instruct Dependabot to run monthly instead of daily.
1 parent 120fb21 commit 875d531

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ updates:
33
- package-ecosystem: nuget
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: monthly
77
target-branch: main
88

99
- package-ecosystem: nuget
1010
directory: "/"
1111
schedule:
12-
interval: daily
12+
interval: monthly
1313
target-branch: support/1.x
1414
ignore:
1515
- dependency-name: Newtonsoft.Json
1616

1717
- package-ecosystem: github-actions
1818
directory: "/"
1919
schedule:
20-
interval: daily
20+
interval: monthly
2121
target-branch: main
2222

2323
- package-ecosystem: github-actions
2424
directory: "/"
2525
schedule:
26-
interval: daily
26+
interval: monthly
2727
target-branch: support/1.x

0 commit comments

Comments
 (0)