2024-01-23 13:03:08 +00:00
|
|
|
# Please see the documentation for all configuration options:
|
|
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: "gomod"
|
|
|
|
target-branch: main
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
day: "sunday"
|
|
|
|
labels:
|
|
|
|
- dependencies
|
2024-04-04 11:08:50 +00:00
|
|
|
groups:
|
|
|
|
k8sio:
|
|
|
|
patterns:
|
|
|
|
- k8s.io/*
|
|
|
|
exclude-patterns:
|
|
|
|
- k8s.io/klog/*
|
2024-01-23 13:03:08 +00:00
|
|
|
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2024-04-04 11:08:50 +00:00
|
|
|
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
target-branch: gh-pages
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
day: "monday"
|