1
0
Fork 0
mirror of https://github.com/imjasonh/govulncheck-action synced 2026-07-09 17:18:14 +00:00
govulncheck-action/.github
Jason Hall a6757f0e87 ci: allow dependabot auto-merge on human rebases
Currently, the dependabot-auto-merge workflow (which rebuilds dist/) only runs if the actor is dependabot[bot]. If a human rebases a dependabot PR (e.g. via UI or CLI), this workflow is skipped, causing CI to fail because dist/ is out of sync.

This change:
1. Relaxes the condition to run on any branch starting with 'dependabot/', regardless of actor.
2. Adds workflow_dispatch trigger for manual fixes.
3. Updates CI workflow permissions.

Signed-off-by: Jason Hall <imjasonh@gmail.com>
2026-02-21 02:20:46 -05:00
..
workflows ci: allow dependabot auto-merge on human rebases 2026-02-21 02:20:46 -05:00
dependabot.yml Enable grouped updates for Dependabot 2025-07-30 15:36:21 -04:00