all: switch from Dependabot to Renovate

This commit is contained in:
Harsh Shandilya 2022-02-01 01:14:13 +05:30
parent 20913da75c
commit 127c81292d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 12 additions and 6 deletions

View file

@ -1,6 +0,0 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"

12
renovate.json Normal file
View file

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