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

View file

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