Skip to content

Ignore release train workflow files in Dependabot#3263

Merged
ryanjbaxter merged 1 commit into
mainfrom
ryanjbaxter-dependabot-ignore-release-train-workflow
Jul 15, 2026
Merged

Ignore release train workflow files in Dependabot#3263
ryanjbaxter merged 1 commit into
mainfrom
ryanjbaxter-dependabot-ignore-release-train-workflow

Conversation

@ryanjbaxter

Copy link
Copy Markdown
Contributor

Dependabot opens GitHub Actions update PRs for the release train workflow files, but these files are auto-generated by github-actions-workflow-generator and not intended for direct dependency maintenance. Updating them via Dependabot causes noisy churn that gets overwritten the next time the generator runs.

What changed

Added exclude-paths to the github-actions update entry in .github/dependabot.yml to exclude:

  • .github/workflows/release-train-test.yml
  • .github/workflows/release-train-build.yml

All other Dependabot configuration is unchanged.

Dependabot was opening GitHub Actions update PRs for release train
workflow files that are auto-generated and not intended for direct
dependency maintenance. Adding exclude-paths prevents noisy update
churn for those generated workflows.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@ryanjbaxter
ryanjbaxter merged commit f05ddd1 into main Jul 15, 2026
2 checks passed
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.

1 participant