From 98a9a741ad29fc1f6f3b3849b1009d5f917f8082 Mon Sep 17 00:00:00 2001 From: RomainFloreani Date: Mon, 6 Jul 2026 16:15:59 -0400 Subject: [PATCH] DEVOPS-1128: ignore minor/patch version updates for MiraGeoscience/CI-tools dependencies Authored using a powershell script with the help of Copilot. --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be8b603aa..0897a65d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,15 @@ updates: schedule: interval: "monthly" target-branch: "develop" + ignore: + - dependency-name: "MiraGeoscience/CI-tools/.github/actions/*" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" + - dependency-name: "MiraGeoscience/CI-tools/.github/workflows/*" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" groups: github-actions: patterns: