Added Renovate to package.json

no issue

- the renovate.json file was removed to clean up the repository files,
  but we still want Renovate to update dependencies
- Renovate allows us to configure the config in the package.json, so
  this commit moves the previous contents there
This commit is contained in:
Daniel Lockyer 2021-03-03 13:24:16 +00:00
parent f12ce05454
commit cf24eccdf2
No known key found for this signature in database
GPG Key ID: FFBC6FA2A6F6ABC1
1 changed files with 5 additions and 0 deletions

View File

@ -88,5 +88,10 @@
"width": 2000
}
}
},
"renovate": {
"extends": [
"@tryghost:theme"
]
}
}