Files
kured/.github/dependabot.yaml
T
Jean-Philippe Evrard 253038c5d7 Bump codeql together
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>
2026-07-28 17:51:52 +02:00

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"