diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 84a3b58..bd80b55 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -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 diff --git a/config.js b/config.js index e77528b..a057649 100644 --- a/config.js +++ b/config.js @@ -10,6 +10,5 @@ module.exports = { automergeType: 'pr', automergeStrategy: 'squash', githubTokenWarn: false, - semanticCommits: 'enabled', - dockerCliOptions: '--memory=2g' + semanticCommits: 'enabled' } \ No newline at end of file