Disable dependabot and auto_merge, add cleanup guard for upstream syncs#6
Merged
mushroomempires merged 5 commits intomainfrom Mar 11, 2026
Merged
Conversation
Co-authored-by: Totodore <26095587+Totodore@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Integrate rebase-upstream CI pipeline for automatic daily rebasing
Add daily upstream sync workflow using tgymnich/fork-sync
Mar 7, 2026
Co-authored-by: Totodore <26095587+Totodore@users.noreply.github.com>
Copilot
AI
changed the title
Add daily upstream sync workflow using tgymnich/fork-sync
Add daily upstream sync workflow and remove fork dependabot config
Mar 7, 2026
… dependabot.yml Co-authored-by: Totodore <26095587+Totodore@users.noreply.github.com>
Copilot
AI
changed the title
Add daily upstream sync workflow and remove fork dependabot config
Disable dependabot and auto_merge, add cleanup guard for upstream syncs
Mar 7, 2026
Co-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>
mushroomempires
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot is redundant on this fork since dependency updates flow from upstream via the sync workflow. The
auto_mergeoption infork-syncrequires a PAT we can't provide, so syncs are PR-only..github/dependabot.yml— rely on upstream's dependabotrebase-upstream.yml: setauto_merge: false(requires PAT), stripped post-merge cleanup steps; workflow now only opens PRs for manual reviewcleanup-upstream.yml: triggers on pushes tomaintouching.github/dependabot.yml; if upstream merge re-adds the file, it auto-removes it in a follow-up commit. Usesconcurrencygroup to prevent races; GitHub's built-inGITHUB_TOKENpush suppression prevents re-trigger loops.🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.