Skip to content

Commit

Permalink
update: renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Oct 2, 2023
1 parent 84bbf80 commit 5a73ffc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

"assignees": ["Okabe-Junya"],

"labels": ["dependencies", "renovate", "bot"],
"labels": ["dependencies", "renovate", "bot", "release: none"],

"dependencyDashboard": true,

Expand All @@ -34,16 +34,15 @@
},
{
"matchUpdateTypes": ["major"],
"addLabels": ["bump: major"]
"addLabels": ["chore: major"]
},
{
"matchUpdateTypes": ["minor"],
"addLabels": ["bump: minor"]
"addLabels": ["chore: minor"]
},
{
"matchUpdateTypes": ["patch"],
"addLabels": ["bump: patch"],
"automerge": true
"addLabels": ["chore: patch"]
},
{
"commitMessageTopic": "Node.js",
Expand Down

0 comments on commit 5a73ffc

Please sign in to comment.