Skip to content

Commit

Permalink
Merge pull request #202 from KisaragiEffective/KisaragiEffective-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Aug 8, 2023
2 parents 86c78ea + 6cfed6e commit e19073d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,21 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"description": "automerge Rust crate updates (>= 1.0.0)",
"matchUpdateTypes": ["minor", "patch"],
"matchManagers": ["cargo"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"description": "automerge Rust crate updates (< 1.0.0)",
"matchUpdateTypes": ["patch"],
"matchManagers": ["cargo"],
"matchCurrentVersion": "/^0/",
"automerge": true
}
]
}

0 comments on commit e19073d

Please sign in to comment.