Fixed renovate config

refs 4e148a57fd
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:
Kevin Ansfield 2021-04-10 09:02:10 +01:00
parent 4e148a57fd
commit 2a74c8703f
1 changed files with 9 additions and 1 deletions

View File

@ -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
}
]