feat(renovate): use config from Linux-Gaming repo
All checks were successful
Code and build check / Check code (push) Successful in 1m40s
Code and build check / Build with uv (push) Successful in 54s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-28 09:42:22 +05:00
parent 973d263eb2
commit c862a39225
2 changed files with 12 additions and 11 deletions

View File

@ -10,9 +10,18 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.1.4
steps:
- uses: https://gitea.com/actions/checkout@v4
- run: renovate
- 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
env:
RENOVATE_CONFIG_FILE: "/workspace/Boria138/PortProtonQt/config.js"
RENOVATE_CONFIG_FILE: "/workspace/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

View File

@ -1,8 +0,0 @@
module.exports = {
"endpoint": "https://git.linux-gaming.ru/api/v1",
"gitAuthor": "Renovate Bot <noreply@linux-gaming.ru>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
};