diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index a50a153..e8143a1 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -10,18 +10,9 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:41.1.4 steps: - - name: Checkout main repository - uses: https://gitea.com/actions/checkout@v4 - - - name: Checkout renovate config repository - uses: https://gitea.com/actions/checkout@v4 - with: - repository: Linux-Gaming/renovate-config - path: renovate-config - - - name: Run Renovate - run: renovate + - uses: https://gitea.com/actions/checkout@v4 + - run: renovate env: - RENOVATE_CONFIG_FILE: "/workspace/renovate-config/config.js" + RENOVATE_CONFIG_FILE: "/workspace/Boria138/PortProtonQt/config.js" LOG_LEVEL: "debug" RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} diff --git a/config.js b/config.js new file mode 100644 index 0000000..152703b --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://git.linux-gaming.ru/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +};