Update Renovate Configuration

- Use the new shared configuration
- This is a special config for themes which is scheduled monthly, not weekly.
This commit is contained in:
Hannah Wolfe 2019-04-17 21:25:54 +01:00 committed by Hannah Wolfe
parent 50c53f4263
commit dc05ff2f49
1 changed files with 2 additions and 15 deletions

View File

@ -1,22 +1,9 @@
{
"extends": [
"config:base",
":maintainLockFilesWeekly",
"schedule:earlyMondays",
":automergeMinor"
"@tryghost:theme"
],
"travis": { "enabled": true },
"node": {
"supportPolicy": ["lts_latest"]
},
"packageRules": [
{
"packagePatterns": ["^postcss", "css", "autoprefixer"],
"groupName": "css processors"
},
{
"packagePatterns": ["gulp"],
"groupName": "gulp"
}
]
}
}