all: switch from Dependabot to Renovate

This commit is contained in:
Harsh Shandilya 2022-02-01 01:16:33 +05:30
parent 32b5cf92db
commit 5f4717131e
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
3 changed files with 14 additions and 10 deletions

View File

@ -1,9 +0,0 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: '11:00'
timezone: Asia/Kolkata
open-pull-requests-limit: 99

View File

@ -2,12 +2,13 @@ on:
push:
branches:
- main
- renovate/**
paths-ignore:
- README.md
pull_request:
paths-ignore:
- README.md
name: Check Rust code
jobs:
check:

12
renovate.json Normal file
View File

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