Files
kustomize/.github/dependabot.yml
yugo kobayashi a87baa5639 sync Go workspace for Dependabot updates (#6240)
* ci: sync Go workspace for Dependabot updates

* ci: preserve Dependabot automatic rebases

* build: monitor all Go modules with Dependabot
2026-09-01 11:42:12 +00:00

16 lines
274 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: gomod
directories:
- "**/*"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
vulnerability-alerts:
enabled: true