Skip to content

Commit

Permalink
INVT-11343 Do not pin dependencies
Browse files Browse the repository at this point in the history
This avoids that projects using this as a dependency get "stuck" on
old version of transitive dependencies.
  • Loading branch information
gul-leanix committed Sep 11, 2023
1 parent d350a2e commit 12b282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:js-app", "group:allNonMajor"],
"extends": ["config:js-lib", "group:allNonMajor"],
"prHourlyLimit": 0,
"prConcurrentLimit": 2
}

0 comments on commit 12b282f

Please sign in to comment.