mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-05 10:20:29 +00:00
Without this patch, we'll get kubernetes updates. This is not necessary, and could be even a problem on merge: those kubernetes updates are done separately, knowingly, to respect the life cycle of the kubernetes we need (and stay one version below latest to have a larger coverage of versions). We could keep dependabot to update those on a lower frequency, but that sounds clunky and not great. Instead disable them all, and rely on the team to do this regular maintenance work.
16 lines
387 B
YAML
16 lines
387 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
# Maintain dependencies for gomod
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
ignore:
|
|
- dependency-name: "k8s.io/kubectl"
|
|
- dependency-name: "k8s.io/apimachinery"
|