Skip to content

Commit

Permalink
chore: config renovate to not pin cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Nov 2, 2023
1 parent 020a1d0 commit cac9421
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
"semanticCommits": "enabled",
"vulnerabilityAlerts": {
"addLabels": ["priority:critical :fire:"]
}
},
"packageRules": [
{
"matchManagers": ["cargo"],
"rangeStrategy": "auto"
}
]
}

0 comments on commit cac9421

Please sign in to comment.