mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-19 03:16:23 +00:00
Without this, multiple codeql actions are bumped separately, and there is a risk of failure like in [0][1][2]. [0]: https://github.com/kubereboot/kured/pull/1381 [1]: https://github.com/kubereboot/kured/pull/1384 [2]: https://github.com/kubereboot/kured/pull/1386 Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
32 lines
677 B
YAML
32 lines
677 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
codeql:
|
|
patterns:
|
|
- "github/codeql-action/*"
|
|
# Maintain dependencies for gomod
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|
|
exclude-patterns:
|
|
- "k8s.io/*"
|
|
- "sigs.k8s.io/*"
|
|
kubernetes:
|
|
patterns:
|
|
- "k8s.io/*"
|
|
- "sigs.k8s.io/*"
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|