From 4d374ee357a842e9a5b41ab296cd643db51f0893 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 16 Jul 2026 12:54:58 -0400 Subject: [PATCH] Ignore release-train workflow updates in Dependabot 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 eadfd926a..82b96d980 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: target-branch: "main" schedule: interval: "weekly" + exclude-paths: + - ".github/workflows/release-train-test.yml" + - ".github/workflows/release-train-build.yml" - package-ecosystem: maven directory: / schedule: