mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 14:40:48 +00:00
Move Dependabot to weekly to reduce frequency of changes and reduce CI Bill (#6585)
Update dependabot.yml
This commit is contained in:
parent
ab1df89396
commit
fc37f6e05b
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -4,13 +4,13 @@ updates:
|
|||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
labels:
|
labels:
|
||||||
|
- "pr:daveit"
|
||||||
- "pr:e2e"
|
- "pr:e2e"
|
||||||
- "type:maintenance"
|
- "type:maintenance"
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
- "pr:daveit"
|
|
||||||
- "pr:platform"
|
- "pr:platform"
|
||||||
ignore:
|
ignore:
|
||||||
#We have to source the playwright container which is not detected by Dependabot
|
#We have to source the playwright container which is not detected by Dependabot
|
||||||
@ -32,6 +32,6 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
labels:
|
labels:
|
||||||
|
- "pr:daveit"
|
||||||
- "type:maintenance"
|
- "type:maintenance"
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
- "pr:daveit"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user