Dependabot auto-merge and repo maintenance are handled centrally by my repo-ops automation now, so these per-repo workflows are redundant here:
automerge-dependabot.yml
update-pr-branches.yml
stale.yml
Removing them also frees the Actions minutes they were using. No behaviour change: repo-ops still auto-merges Dependabot PRs under the same rule (patch and minor auto-merge; major pip and npm held for review). It still updates behind PR branches. It still handles stale issues and branches. Verified working before removal.
Dependabot auto-merge and repo maintenance are handled centrally by my repo-ops automation now, so these per-repo workflows are redundant here:
automerge-dependabot.ymlupdate-pr-branches.ymlstale.ymlRemoving them also frees the Actions minutes they were using. No behaviour change: repo-ops still auto-merges Dependabot PRs under the same rule (patch and minor auto-merge; major pip and npm held for review). It still updates behind PR branches. It still handles stale issues and branches. Verified working before removal.