Reduce dependabot frequency (#6799)
This commit is contained in:
parent
7e994a1216
commit
0b4d2f4a66
|
|
@ -3,12 +3,12 @@ version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
open-pull-requests-limit: 2
|
open-pull-requests-limit: 1
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
day: "wednesday"
|
day: "wednesday"
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: monthly
|
||||||
open-pull-requests-limit: 2
|
open-pull-requests-limit: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue