mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +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",
|
"docker-compose",
|
||||||
"github-actions"
|
"github-actions"
|
||||||
],
|
],
|
||||||
"docker-compose": {
|
|
||||||
"fileMatch": [
|
|
||||||
"^.*\\.(yaml|yml)$"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"gitIgnoredAuthors": [
|
"gitIgnoredAuthors": [
|
||||||
"githubaction@githubaction.com"
|
"githubaction@githubaction.com"
|
||||||
],
|
],
|
||||||
"rebaseWhen": "never",
|
"rebaseWhen": "never",
|
||||||
"packageRules": [
|
"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": [
|
"packageNames": [
|
||||||
"docker-compose"
|
"docker-compose",
|
||||||
|
"checkout",
|
||||||
|
"github-action"
|
||||||
],
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
@ -108,14 +88,11 @@
|
|||||||
"docker"
|
"docker"
|
||||||
],
|
],
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"ghcr.io/*"
|
"ghcr.io/umami-software/umami"
|
||||||
],
|
],
|
||||||
"versionCompatibility": "^(?<compatibility>.*)-(?<version>.*)$",
|
"versionCompatibility": "^(?<compatibility>.*)-(?<version>.*)$",
|
||||||
"versioning": "semver"
|
"versioning": "semver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"github-actions": {
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
"prCreation": "immediate"
|
"prCreation": "immediate"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user