Skip to content

Commit

Permalink
Ignore patch updates for RabbitMQ.Client
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Jun 16, 2022
1 parent e3030ee commit 4a9e4a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4a9e4a7

Please sign in to comment.