Compare commits

...

3 Commits

Author SHA1 Message Date
Jan Harrie
6568a9bc05 adjusted grouping 2025-05-26 08:05:10 +02:00
Jan Harrie
0e847d531a grou PRs 2025-05-26 06:56:53 +02:00
Jan Harrie
2542fc82b9 configure dependabot to automatically update GitHub Actions dependencies 2025-05-22 05:46:29 +02:00

View File

@@ -6,10 +6,15 @@ updates:
schedule:
interval: "weekly"
# Dependabot only updates HashiCorp GHAs, external GHAs are managed by internal tooling (tsccr)
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "hashicorp/*"
groups:
github-actions-breaking:
update-types:
- major
github-actions-backward-compatible:
update-types:
- minor
- patch