Skip to content

Disable dependabot and auto_merge, add cleanup guard for upstream syncs#6

Merged
mushroomempires merged 5 commits intomainfrom
copilot/integrate-rebase-upstream-pipeline
Mar 11, 2026
Merged

Disable dependabot and auto_merge, add cleanup guard for upstream syncs#6
mushroomempires merged 5 commits intomainfrom
copilot/integrate-rebase-upstream-pipeline

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 7, 2026

Dependabot is redundant on this fork since dependency updates flow from upstream via the sync workflow. The auto_merge option in fork-sync requires a PAT we can't provide, so syncs are PR-only.

  • Removed .github/dependabot.yml — rely on upstream's dependabot
  • rebase-upstream.yml: set auto_merge: false (requires PAT), stripped post-merge cleanup steps; workflow now only opens PRs for manual review
  • New cleanup-upstream.yml: triggers on pushes to main touching .github/dependabot.yml; if upstream merge re-adds the file, it auto-removes it in a follow-up commit. Uses concurrency group to prevent races; GitHub's built-in GITHUB_TOKEN push 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.

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
@Totodore Totodore marked this pull request as ready for review March 7, 2026 14:27
@Totodore Totodore requested a review from a team as a code owner March 7, 2026 14:27
@Totodore Totodore requested review from kduret and mushroomempires and removed request for a team March 7, 2026 14:27
Co-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>
@mushroomempires mushroomempires merged commit 53d0240 into main Mar 11, 2026
7 checks passed
@mushroomempires mushroomempires deleted the copilot/integrate-rebase-upstream-pipeline branch March 11, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants