Skip to content

Commit

Permalink
chore: configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Hironori Yamamoto committed Mar 23, 2023
1 parent 0c684ce commit 8355252
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"patch": {
"automerge": true
},
"packageRules": [
{
"groupName": "Cargo",
"matchDatasources": [
"crates"
],
"separateMinorPatch": true,
"patch": {
"automerge": true
}
},
{
"groupName": "npm",
"matchDatasources": [
"npm"
],
"separateMinorPatch": true,
"patch": {
"automerge": true
}
},
{
"groupName": "githubActions",
"matchManagers": [
"github-actions"
],
"separateMinorPatch": true,
"patch": {
"automerge": true
}
}
]
}

0 comments on commit 8355252

Please sign in to comment.