Skip to content

Commit

Permalink
馃懛 Updates Renovate Bot Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brucificus committed Aug 31, 2023
1 parent 8e3314b commit 83ba019
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"extends": ["config:base"],
"automergeType": "branch",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"autoApprove": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true,
"autoApprove": true
}
],
"commitMessageAction": "Updates",
"commitMessagePrefix": "猬嗭笍",
"assignees": ["brucificus"]
}

0 comments on commit 83ba019

Please sign in to comment.