Skip to content

Commit 2f393e9

Browse files
authored
ci: reduce dependabot scan frequency (#4080)
This changes our dependabot scan frequency to weekly insead of daily in order to limit the amount of "noise" generated by daily automated PRs. We could consider switching to monthly if weekly isn't enough reduction. I've also removed the /doc section in hopes of eliminating the duplicate PRs we get on doc requirements. Signed-off-by: Terri Oda <[email protected]>
1 parent 8bafaf5 commit 2f393e9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@ updates:
66
- package-ecosystem: "github-actions"
77
directory: "/"
88
schedule:
9-
interval: "daily"
9+
interval: "weekly"
1010

11-
- package-ecosystem: pip
12-
directory: /doc
13-
schedule:
14-
interval: daily
15-
16-
- package-ecosystem: pip
17-
directory: /
11+
- package-ecosystem: "pip"
12+
directory: "/"
1813
schedule:
19-
interval: daily
14+
interval: "weekly"
2015

2116
# Scanning is disabled for files in /test/ to avoid false positives.
2217
# These files are used for testing; vulnerable code is never installed or used.

0 commit comments

Comments
 (0)