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: