pez-infra/.github
Rasmus Wejlgaard 3f284b7112 make Dependabot tofu validate stubs satisfy provider validators
The secret-free Dependabot path stubbed every secret as "stub", which
trips provider config validation: hcloud wants a 64-char token and
Grafana wants fleet_management_auth as username:password. So the tofu
plan check went red on every Dependabot PR and I'd merge past it after
checking locally.

Generate stubs that pass the format checks instead - 64 chars for
tokens, stub:stub for *_auth keys. Verified locally: validate fails
with the old stubs (both errors reproduced) and passes with these.
2026-06-11 18:52:01 +01:00
..
workflows make Dependabot tofu validate stubs satisfy provider validators 2026-06-11 18:52:01 +01:00
dependabot.yml chore: add dependabot config (#115) 2026-06-03 19:15:12 +01:00