From 9a7b1844439a5378565dd61c703fca2b20f42cef Mon Sep 17 00:00:00 2001 From: RomainFloreani Date: Mon, 6 Jul 2026 16:16:55 -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 1874a35..fd7fa2b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,15 @@ updates: interval: "weekly" cooldown: default-days: 4 + 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: