mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-14 12:28:04 +00:00
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": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
"schedule:earlyMondays"
|
":maintainLockFilesWeekly",
|
||||||
|
"schedule:earlyMondays",
|
||||||
|
":automergeMinor"
|
||||||
],
|
],
|
||||||
|
"travis": { "enabled": true },
|
||||||
|
"node": {
|
||||||
|
"supportPolicy": ["lts_latest"]
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"packagePatterns": ["^postcss", "css", "autoprefixer"],
|
"packagePatterns": ["^postcss", "css", "autoprefixer"],
|
||||||
|
Loading…
Reference in New Issue
Block a user