Bot 脚本优化

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-07-31 11:54:42 +08:00
parent a08bc0f190
commit a545ef8d50
4 changed files with 109 additions and 74 deletions
+20
View File
@@ -8,6 +8,23 @@
],
"rebaseWhen": "never",
"packageRules": [
{
"packagePatterns": [
"^actions/checkout",
"renovatebot/github-action"
],
"managers": [
"github-actions"
],
"updateTypes": [
"minor",
"patch"
],
"fileMatch": [
"^\\.github/workflows/renovate-app-version\\.yml$",
"^\\.github/workflows/renovate\\.yml$"
]
},
{
"packageNames": [
"docker-compose"
@@ -97,5 +114,8 @@
"versioning": "semver"
}
],
"github-actions": {
"enabled": true
},
"prCreation": "immediate"
}