Skip to content

Commit

Permalink
Change renovate config to modify Cargo.toml as well as Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
hextriclosan committed Oct 2, 2024
1 parent d2146af commit c4177cd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,22 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"language": "rust",
"enabledManagers": [
"cargo"
],
"packageRules": [
{
"managers": [
"cargo"
],
"updateTypes": [
"minor",
"patch",
"major"
],
"semanticCommits": "enabled"
}
]
}

0 comments on commit c4177cd

Please sign in to comment.