mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Fixed renovate config
refs c1ecb6a572
refs https://github.com/TryGhost/Admin/pull/1830
- using `renovate-config-validator` it appears Renovate doesn't support extends within packageRules or at least requires direct selectors rather than extended selectors
- copied package rules from `@tryghost:pkgCSS` across rather than using `extends`
This commit is contained in:
parent
c1ecb6a572
commit
582cbd93ca
@ -25,7 +25,15 @@
|
||||
"packageNames": ["ember-mocha", "ember-exam", "testem"]
|
||||
},
|
||||
{
|
||||
"extends": "@tryghost:pkgCSS",
|
||||
"groupName": "disable css",
|
||||
"packagePatterns": [
|
||||
"^postcss",
|
||||
"^css"
|
||||
],
|
||||
"packageNames": [
|
||||
"autoprefixer",
|
||||
"ember-cli-postcss"
|
||||
],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user