Skip to content

Commit f05ddd1

Browse files
ryanjbaxterCopilot
andauthored
Ignore release train workflow files in Dependabot (#3263)
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>
1 parent cf0c602 commit f05ddd1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
target-branch: "main"
6+
exclude-paths:
7+
- ".github/workflows/release-train-test.yml"
8+
- ".github/workflows/release-train-build.yml"
69
schedule:
710
interval: "weekly"
811
- package-ecosystem: maven

0 commit comments

Comments
 (0)