eslint-config/renovate.json

16 lines
268 B
JSON
Raw Permalink Normal View History

2019-07-18 04:22:48 +08:00
{
"extends": [
"config:base",
":preserveSemverRanges",
"schedule:weekly",
"group:allNonMajor",
":maintainLockFilesWeekly"
],
"lockFileMaintenance": {
"extends": [
"group:allNonMajor"
],
"commitMessageAction": "Update"
}
}