Skip to content

Commit

Permalink
🔧 更新配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe committed Oct 27, 2024
1 parent e5bea8d commit 243e31e
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"labels": ["dependencies"],
"commitMessagePrefix": "⬆️",
"commitMessageAction": "Upgrade",
"packageRules": [
{
"matchUpdateTypes": "pin",
"commitMessagePrefix": "📌",
"commitMessageAction": "Pin"
},
{
"matchUpdateTypes": "rollback",
"commitMessagePrefix": "⬇️",
"commitMessageAction": "Downgrade"
}
],
"extends": ["config:recommended"]
}

0 comments on commit 243e31e

Please sign in to comment.