Bot 脚本优化

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森 2024-07-31 12:14:20 +08:00
parent e476c8b914
commit 0215e38900

31
.github/renovate.json vendored
View File

@ -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"
} }