Compare commits

...

3 Commits

Author SHA1 Message Date
Jan Harrie 6568a9bc05 adjusted grouping
HashiCorp: Compliance / copywrite (push) Failing after 1s
Code Quality: Super-Linter / Super-Linter (push) Failing after 0s
GitHub Action: Self-Test / Test `setup-packer` (push) Failing after 1h21m2s
Code Quality: TypeScript / Node.js (20.x) (push) Failing after 1h20m53s
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
+8 -3
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