Skip to content

Commit

Permalink
Merge pull request #22 from hiro-o918/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
hiro-o918 authored Mar 15, 2022
2 parents 2be06da + 4b3ee11 commit 8fd5c98
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
@@ -0,0 +1,17 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"groupName": "Cargo Dependencies",
"matchDatasources": [
"crate"
],
"separateMinorPatch": true,
"patch": {
"automerge": true
}
}
]
}

0 comments on commit 8fd5c98

Please sign in to comment.