mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
ci: add Dependabot cooldown
This commit is contained in:
committed by
GitHub
parent
7f20a8bc75
commit
90154bf4db
+13
-8
@@ -1,13 +1,18 @@
|
||||
---
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
cooldown:
|
||||
default-days: 7
|
||||
open-pull-requests-limit: 10
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: daily
|
||||
- package-ecosystem: gomod
|
||||
directory: /
|
||||
cooldown:
|
||||
default-days: 7
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
- dependency-name: '*'
|
||||
schedule:
|
||||
interval: weekly
|
||||
|
||||
Reference in New Issue
Block a user