Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 26, 2025
1 parent 590e38f commit c9449c1
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
{
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"description": "automerge Rust crate updates (>= 1.0.0)",
"matchUpdateTypes": ["minor", "patch"],
"matchManagers": ["cargo"],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchManagers": [
"cargo"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"description": "automerge Rust crate updates (< 1.0.0)",
"matchUpdateTypes": ["patch"],
"matchManagers": ["cargo"],
"matchUpdateTypes": [
"patch"
],
"matchManagers": [
"cargo"
],
"matchCurrentVersion": "/^0/",
"automerge": true
}

0 comments on commit c9449c1

Please sign in to comment.