From acc1e67a771e36740fd54bcf863768f6ef4b9a07 Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Wed, 5 Feb 2025 14:57:54 +0100 Subject: [PATCH] ci(.github/dependabot.yaml): delete dependabot ignore rules for actions (#16443) Removed dependabot ignore rules for `actions/*` and `marocchino/sticky-pull-request-comment` GitHub 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 68539f0f40..f9c5410df0 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: