Update Renovate Configuration
Updates the base configuration to include: - node support policy - lockfile maintenance - optimistic automerging
This commit is contained in:
parent
0d8f4471d9
commit
91ffa335de
|
@ -1,8 +1,14 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base",
|
||||
"schedule:earlyMondays"
|
||||
":maintainLockFilesWeekly",
|
||||
"schedule:earlyMondays",
|
||||
":automergeMinor"
|
||||
],
|
||||
"travis": { "enabled": true },
|
||||
"node": {
|
||||
"supportPolicy": ["lts_latest"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"packagePatterns": ["^postcss", "css", "autoprefixer"],
|
||||
|
|
Loading…
Reference in New Issue