version: 2 updates: # Dependencies listed in go.mod - package-ecosystem: "gomod" directory: "/" # Location of package manifests schedule: interval: "weekly" groups: k8s.io: # Group k8s.io golang dependencies updates patterns: - "k8s.io/*" # Dependencies listed in .github/workflows/*.yml - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" # Dependencies listed in Dockerfile - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" # Dependencies listed in requirements.txt - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly"