Move Dependabot to weekly to reduce frequency of changes and reduce CI Bill (#6585)

Update dependabot.yml
This commit is contained in:
John Hill
2023-04-12 11:11:41 -07:00
committed by GitHub
parent ab1df89396
commit fc37f6e05b

View File

@ -4,13 +4,13 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 10
labels:
- "pr:daveit"
- "pr:e2e"
- "type:maintenance"
- "dependencies"
- "pr:daveit"
- "pr:platform"
ignore:
#We have to source the playwright container which is not detected by Dependabot
@ -32,6 +32,6 @@ updates:
schedule:
interval: "daily"
labels:
- "pr:daveit"
- "type:maintenance"
- "dependencies"
- "pr:daveit"