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 2d0467d
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:recommended"
],
"enabledManagers": [
"cargo"
],
"packageRules": [
{
"managers": [
"cargo"
],
"updateTypes": [
"minor",
"patch",
"major"
],
"semanticCommits": "enabled"
}
]
}

0 comments on commit 2d0467d

Please sign in to comment.