diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml new file mode 100644 index 0000000..e8143a1 --- /dev/null +++ b/.gitea/workflows/renovate.yml @@ -0,0 +1,18 @@ +name: renovate + +on: + workflow_dispatch: + schedule: + - cron: '0 0 * * 0' + +jobs: + renovate: + runs-on: ubuntu-latest + container: ghcr.io/renovatebot/renovate:41.1.4 + steps: + - uses: https://gitea.com/actions/checkout@v4 + - run: renovate + env: + RENOVATE_CONFIG_FILE: "/workspace/Boria138/PortProtonQt/config.js" + LOG_LEVEL: "debug" + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} diff --git a/renovate.json b/renovate.json index 3e31151..67d0430 100644 --- a/renovate.json +++ b/renovate.json @@ -11,16 +11,16 @@ "automerge": true }, { - "automerge": true, - "matchUpdateTypes": ["pin", "pinDigest"] + "matchDatasources": ["python-version"], + "enabled": false }, { - "enabled": false, - "matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"] + "matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"], + "enabled": false }, { - "enabled": false, - "matchFileNames": [".python-version"] + "matchFileNames": [".python-version"], + "enabled": false } ] }