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:
Daniel Lockyer 2023-08-31 15:54:45 +02:00 committed by Daniel Lockyer
parent 13837b166d
commit 7596742ae8

View File

@ -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"