mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
18 lines
464 B
YAML
18 lines
464 B
YAML
version: 2
|
|
updates:
|
|
# Dependencies listed in go.mod
|
|
- package-ecosystem: "gomod"
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "daily"
|
|
ignore:
|
|
- dependency-name: "k8s.io/*"
|
|
|
|
# Check updates to action versions in .github/workflows
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates to GitHub Actions every week on Sunday
|
|
interval: "weekly"
|
|
day: "sunday"
|