cli/third-party/github.com/hashicorp/go-version/.github/dependabot.yml
2025-07-02 14:56:58 +02:00

25 lines
566 B
YAML

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels: ["dependencies"]
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- dependencies
# only update HashiCorp actions, external actions managed by TSCCR
allow:
- dependency-name: hashicorp/*
groups:
github-actions-breaking:
update-types:
- major
github-actions-backward-compatible:
update-types:
- minor
- patch