From 19a59af6b559233869dbaa4b523df4c06ddc17e4 Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Wed, 5 Feb 2025 14:38:57 +0100 Subject: [PATCH] chore(dependabot.yaml): remove minor and patch ignores for actions/* Change-Id: I3288c813c777e7045616f29d265c0860268ece4c Signed-off-by: Thomas Kosiewski --- .github/dependabot.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 68539f0f4088f..f9c5410df0ce2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,21 +9,6 @@ updates: labels: [] commit-message: prefix: "ci" - ignore: - # These actions deliver the latest versions by updating the major - # release tag, so ignore minor and patch versions - - dependency-name: "actions/*" - update-types: - - version-update:semver-minor - - version-update:semver-patch - - dependency-name: "Apple-Actions/import-codesign-certs" - update-types: - - version-update:semver-minor - - version-update:semver-patch - - dependency-name: "marocchino/sticky-pull-request-comment" - update-types: - - version-update:semver-minor - - version-update:semver-patch groups: github-actions: patterns: