renovate: switch to my presets

This commit is contained in:
Harsh Shandilya 2022-07-02 22:26:31 +05:30
parent dc2acc1cd1
commit 5820fe2dd7
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 8 additions and 12 deletions

8
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"github>msfjarvis/shared-workflows//renovate/rust",
"github>msfjarvis/shared-workflows//renovate/automerge"
]
}

View File

@ -1,12 +0,0 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"automerge": true,
"automergeType": "branch"
}
]
}