From d2a944a6192716d27b2f5b6692cb58ba85b67202 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 23 Jul 2026 21:10:04 -0400 Subject: [PATCH] Exclude release-train workflows from Dependabot 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