feat: optimize config
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-01-31 17:57:46 +08:00
parent a40a53926a
commit 9a945a123a
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,9 @@ on:
jobs:
renovate:
runs-on: hk
container: ghcr.io/renovatebot/renovate:latest
container:
image: ghcr.io/renovatebot/renovate:latest
options: --memory=3g --memory-swap=3g
steps:
- uses: actions/checkout@v6
- run: renovate

View File

@@ -10,6 +10,5 @@ module.exports = {
automergeType: 'pr',
automergeStrategy: 'squash',
githubTokenWarn: false,
semanticCommits: 'enabled',
dockerCliOptions: '--memory=2g'
semanticCommits: 'enabled'
}