From 9773476efd95006b53bc90fc692dc22f53e39127 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 17 Jul 2026 08:06:31 -0400 Subject: [PATCH] Ignore release-train workflow files for Dependabot actions Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e6dda42..bb66dbbf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,9 @@ updates: - package-ecosystem: "github-actions" directory: "/" target-branch: "main" + exclude-paths: + - ".github/workflows/release-train-test.yml" + - ".github/workflows/release-train-build.yml" schedule: interval: "weekly" - package-ecosystem: maven