mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-05 17:05:11 +02:00
Only GitHub Actions was watched. Adds docker, and a 7-day cooldown so a bad release is pulled before it reaches a branch. Signed-off-by: Vitor Bandeira <[email protected]>
26 lines
464 B
YAML
26 lines
464 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 5
|
|
cooldown:
|
|
default-days: 7
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 5
|
|
cooldown:
|
|
default-days: 7
|
|
groups:
|
|
images:
|
|
patterns:
|
|
- "*"
|