mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-02 15:15:40 +02:00
Update renovate.yml
This commit is contained in:
25
.github/workflows/renovate.yml
vendored
25
.github/workflows/renovate.yml
vendored
@@ -1,25 +1,36 @@
|
|||||||
name: Renovate
|
name: Renovate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 20 * * 0"
|
- cron: "0 20 * * 0"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate-a-m:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v4
|
||||||
- uses: renovatebot/github-action@v44.2.5
|
- uses: renovatebot/github-action@v44.2.5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
env:
|
env:
|
||||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
RENOVATE_PRINT_CONFIG: "true"
|
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||||
RENOVATE_NODE_OPTIONS: "--max-old-space-size=6.144"
|
|
||||||
RENOVATE_WORKERS: 1
|
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]**"
|
||||||
|
|||||||
Reference in New Issue
Block a user