mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 14:56:58 +08:00
Bot 脚本优化
Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
parent
e476c8b914
commit
0215e38900
31
.github/renovate.json
vendored
31
.github/renovate.json
vendored
@ -7,36 +7,16 @@
|
||||
"docker-compose",
|
||||
"github-actions"
|
||||
],
|
||||
"docker-compose": {
|
||||
"fileMatch": [
|
||||
"^.*\\.(yaml|yml)$"
|
||||
]
|
||||
},
|
||||
"gitIgnoredAuthors": [
|
||||
"githubaction@githubaction.com"
|
||||
],
|
||||
"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"
|
||||
"docker-compose",
|
||||
"checkout",
|
||||
"github-action"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
@ -108,14 +88,11 @@
|
||||
"docker"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"ghcr.io/*"
|
||||
"ghcr.io/umami-software/umami"
|
||||
],
|
||||
"versionCompatibility": "^(?<compatibility>.*)-(?<version>.*)$",
|
||||
"versioning": "semver"
|
||||
}
|
||||
],
|
||||
"github-actions": {
|
||||
"enabled": true
|
||||
},
|
||||
"prCreation": "immediate"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user