File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 55 "repository" : " git@github.com:elastic/ebt.git" ,
66 "license" : " SSPL-1.0 OR Elastic License 2.0" ,
77 "main" : " target/index.js" ,
8+ "packageManager" : " yarn@1.22.21" ,
89 "scripts" : {
910 "build" : " tsc --build" ,
1011 "clean" : " tsc --build --clean && rimraf client shippers" ,
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [" config:recommended" , " :disableDependencyDashboard" ],
4+ "enabledManagers" : [" npm" ],
5+ "baseBranches" : [" main" ],
6+ "prConcurrentLimit" : 0 ,
7+ "prHourlyLimit" : 0 ,
8+ "separateMajorMinor" : false ,
9+ "rangeStrategy" : " bump" ,
10+ "semanticCommits" : " enabled" ,
11+ "vulnerabilityAlerts" : {
12+ "enabled" : false
13+ },
14+ "lockFileMaintenance" : {
15+ "enabled" : false
16+ },
17+ "packageRules" : [
18+ {
19+ "minimumReleaseAge" : " 7 days" ,
20+ "enabled" : true
21+ }
22+ ]
23+ }
You can’t perform that action at this time.
0 commit comments