Skip to content

Commit

Permalink
BAU: Add dependabot ignored versions
Browse files Browse the repository at this point in the history
This format does make it more obvious how many major version behind we are...
  • Loading branch information
katstevens committed Aug 17, 2023
1 parent 27b402c commit a16b466
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ updates:
- javascript
ignore:
- dependency-name: "@aws-crypto/decrypt-node"
versions: ["2.x"]
versions: ["2.x", "3.x", "4.x"]
- dependency-name: "@aws-crypto/raw-rsa-keyring-node"
versions: ["2.x"]
versions: ["2.x", "3.x", "4.x"]
- dependency-name: change-case
versions: ["3.x", "4.x"]
- dependency-name: credit-card-type
versions: ["9.x"]
versions: ["7.x", "8.x", "9.x"]
- dependency-name: helmet
versions: ["4.x"]
versions: ["4.x", "5.x", "6.x", "7.x"]
- dependency-name: standard
versions: ["17.x"]
- dependency-name: punycode
versions: ["1.5"]
versions: ["1.x", "2.x"]
- dependency-name: "@pact-foundation/pact"
versions: ["10.x", "11.x", "12.x"]
- package-ecosystem: docker
Expand Down

0 comments on commit a16b466

Please sign in to comment.