From 4a9e4a7e72e0ea0a534ef092d1c0649511073aaf Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Thu, 16 Jun 2022 10:17:56 +0300 Subject: [PATCH] Ignore patch updates for RabbitMQ.Client --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96a3b652..dfb85aa3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,16 +13,17 @@ updates: day: "wednesday" open-pull-requests-limit: 10 ignore: - # For AWS and Azure SDKs, ignore all patch updates + # Ignore patch updates for some packages - dependency-name: "AWSSDK.*" update-types: ["version-update:semver-patch"] - dependency-name: "Azure.*" update-types: ["version-update:semver-patch"] - # Ignore patch updates for some packages - dependency-name: "Microsoft.*" update-types: ["version-update:semver-patch"] - dependency-name: "System.*" update-types: ["version-update:semver-patch"] + - dependency-name: "RabbitMQ.Client" + update-types: ["version-update:semver-patch"] - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: