From e3e122a20d33b1cb5d478da1f6d577198a8c3432 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 22 Jul 2026 14:16:26 -0400 Subject: [PATCH] Ignore release-train workflows in Dependabot actions updates Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b8628ddf0..c7669ce62 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -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