Files
OpenSTA/.github/dependabot.yml
Vitor Bandeira 0b245308c3 Update dependabot to watch Docker images
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]>
2026-09-04 02:22:22 -03:00

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:
- "*"