Skip to content

Commit

Permalink
chore: upgrade some deps w/ relaxed constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Nov 9, 2022
1 parent 42c94d8 commit 995fe69
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,19 @@ updates:
# see https://github.com/palantir/blueprint/blob/727b91ffe76f49cded1acb8240c44502f34fce48/packages/icons/scripts/generate-icon-paths.mjs#L27-L30
- dependency-name: "svgo"
- dependency-name: "@types/svgo"
# some deps should use a "widen" versioning strategy, since overly strict constraints can lead to duplicates and large bundle sizes
- dependency-name: "date-fns"
- dependency-name: "moment"
- dependency-name: "lodash"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "adidahiya"
versioning-strategy: widen
allow:
- dependency-name: "date-fns"
- dependency-name: "moment"
- dependency-name: "lodash"

0 comments on commit 995fe69

Please sign in to comment.