dotfiles/.github/dependabot.yml
Brian Pooe b791c20974 ci: run full installer end-to-end; add Dependabot for actions
The validate job checks configs but never executes install.sh, which
is what actually rots (apt repo URLs, GPG fingerprints, pinned
checksums). New job runs the complete install plus --unlink as a
normal user in a pristine ubuntu:24.04 container. Dependabot keeps
the pinned GitHub Actions current monthly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 21:18:57 +02:00

6 lines
113 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly