From 87fe6e69252a41c4c656c78b91db786ca1990de3 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 31 Jul 2026 13:24:06 -0400 Subject: [PATCH] chore: ignore minor and patch updates for github actions Add ignore rules for minor and patch updates in Dependabot configuration. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fcf196cae..fa2343c69 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -330,6 +330,11 @@ updates: open-pull-requests-limit: 10 labels: - "type: dependencies" + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" - package-ecosystem: "docker" directory: "/" schedule: