Update renovate.yml

This commit is contained in:
LRVT
2026-02-17 19:55:13 +01:00
committed by GitHub
parent 3168558eee
commit 1ddad34173

View File

@@ -1,25 +1,36 @@
name: Renovate
on:
schedule:
- cron: "0 20 * * 0"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
renovate:
renovate-a-m:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v44.2.5
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
LOG_LEVEL: info
RENOVATE_PRINT_CONFIG: "true"
RENOVATE_NODE_OPTIONS: "--max-old-space-size=6.144"
NODE_OPTIONS: "--max-old-space-size=4096"
RENOVATE_WORKERS: 1
RENOVATE_INCLUDE_PATHS: "examples/[a-mA-M]**"
renovate-n-z:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v44.2.5
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
LOG_LEVEL: info
NODE_OPTIONS: "--max-old-space-size=4096"
RENOVATE_WORKERS: 1
RENOVATE_INCLUDE_PATHS: "examples/[n-zN-Z]**"