mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-06 10:50:26 +00:00
Without this patch, dependabot will still try to bump some k8s dependencies. This is a problem, as we need to bump them together, manually. This should fix it by removing them all from dependabot.
18 lines
469 B
YAML
18 lines
469 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/api"
|
|
- dependency-name: "k8s.io/apimachinery"
|
|
- dependency-name: "k8s.io/client-go"
|
|
- dependency-name: "k8s.io/kubectl"
|