Skip to content

Commit d5f60c2

Browse files
committed
renovate.json: use config:js-lib instead of config:base
This uses: { "extends": [ "config:base", ":pinOnlyDevDependencies" ] } which makes more sense for a library. https://docs.renovatebot.com/presets-config/#configjs-lib
1 parent 0864831 commit d5f60c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"config:base"
3+
"config:js-lib"
44
],
55
"baseBranches": ["master", "next"],
66
"packageRules": [

0 commit comments

Comments
 (0)