Skip to content

Commit

Permalink
chore: setup renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 9, 2023
1 parent 0c19e3c commit e030ad0
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"cargo": {
"packageRules": [
{
"automerge": true,
"matchCurrentVersion": "/^0\\./",
"matchUpdateTypes": [
"patch"
],
"platformAutomerge": true
},
{
"automerge": true,
"matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": [
"minor",
"patch"
],
"platformAutomerge": true
}
],
"rangeStrategy": "bump"
},
"cloneSubmodules": true,
"extends": [
"config:base",
"group:allNonMajor",
":dependencyDashboard"
],
"labels": [
"dependencies"
],
"schedule": [
"after 6pm"
]
}

0 comments on commit e030ad0

Please sign in to comment.