Configured new Renovate presets
refs https://github.com/TryGhost/DevOps/issues/69 - we're doing some work to update our Renovate rules - part of that is the fact that they're deprecating package-based presets, so I've moved the rules into a repo - this commit switches the Ghost repo over to that
This commit is contained in:
parent
13837b166d
commit
7596742ae8
@ -47,8 +47,7 @@
|
||||
},
|
||||
"renovate": {
|
||||
"extends": [
|
||||
"@tryghost:quietJS",
|
||||
"@tryghost:disableTryGhostAutomerge",
|
||||
"github>tryghost/renovate-config:quiet",
|
||||
"@tryghost:groupTestLint",
|
||||
"@tryghost:groupCSS",
|
||||
"@tryghost:groupBuildTools"
|
||||
@ -72,12 +71,6 @@
|
||||
"ghost/admin/lib/koenig-editor/package.json"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"packagePatterns": [
|
||||
"@tryghost"
|
||||
],
|
||||
"groupName": "@tryghost"
|
||||
},
|
||||
{
|
||||
"packagePatterns": [
|
||||
"metascraper"
|
||||
|
Loading…
Reference in New Issue
Block a user