Skip to content

Commit

Permalink
ci: increase dependency versions in package.json
Browse files Browse the repository at this point in the history
Increase the versions of dependencies in `package.json` by using `versioning-strategy: increase` instead of `widen`. This leads to the propagation of upgraded dependencies to downstream projects.

For more details on this change see also #24

Closes #24
  • Loading branch information
jojomatik committed Mar 21, 2022
1 parent bdc6a43 commit 1896bef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ updates:
open-pull-requests-limit: 50
allow:
- dependency-type: "production"
versioning-strategy: increase
- package-ecosystem: "npm"
directory: "/"
schedule:
Expand All @@ -16,3 +17,4 @@ updates:
open-pull-requests-limit: 50
allow:
- dependency-type: "development"
versioning-strategy: increase

0 comments on commit 1896bef

Please sign in to comment.