Files
setup-packer/.github/dependabot.yml
Jan Harrie 6568a9bc05
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
adjusted grouping
2025-05-26 08:05:10 +02:00

21 lines
389 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
github-actions-breaking:
update-types:
- major
github-actions-backward-compatible:
update-types:
- minor
- patch