mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 08:15:37 +02:00
Update renovate.yml
This commit is contained in:
38
.github/workflows/renovate.yml
vendored
38
.github/workflows/renovate.yml
vendored
@@ -3,9 +3,11 @@ on:
|
||||
schedule:
|
||||
- cron: "0 20 * * 0"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
renovate-a-m:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -16,23 +18,11 @@ jobs:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
env:
|
||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||
LOG_LEVEL: info
|
||||
LOG_LEVEL: debug
|
||||
RENOVATE_PRINT_CONFIG: "true"
|
||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||
RENOVATE_WORKERS: 1
|
||||
RENOVATE_INCLUDE_PATHS: |
|
||||
examples/a**
|
||||
examples/b**
|
||||
examples/c**
|
||||
examples/d**
|
||||
examples/e**
|
||||
examples/f**
|
||||
examples/g**
|
||||
examples/h**
|
||||
examples/i**
|
||||
examples/j**
|
||||
examples/k**
|
||||
examples/l**
|
||||
examples/m**
|
||||
RENOVATE_INCLUDE_PATHS: '["examples/a**","examples/b**","examples/c**","examples/d**","examples/e**","examples/f**","examples/g**","examples/h**","examples/i**","examples/j**","examples/k**","examples/l**","examples/m**"]'
|
||||
|
||||
renovate-n-z:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -43,20 +33,8 @@ jobs:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
env:
|
||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||
LOG_LEVEL: info
|
||||
LOG_LEVEL: debug
|
||||
RENOVATE_PRINT_CONFIG: "true"
|
||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||
RENOVATE_WORKERS: 1
|
||||
RENOVATE_INCLUDE_PATHS: |
|
||||
examples/n**
|
||||
examples/o**
|
||||
examples/p**
|
||||
examples/q**
|
||||
examples/r**
|
||||
examples/s**
|
||||
examples/t**
|
||||
examples/u**
|
||||
examples/v**
|
||||
examples/w**
|
||||
examples/x**
|
||||
examples/y**
|
||||
examples/z**
|
||||
RENOVATE_INCLUDE_PATHS: '["examples/n**","examples/o**","examples/p**","examples/q**","examples/r**","examples/s**","examples/t**","examples/u**","examples/v**","examples/w**","examples/x**","examples/y**","examples/z**"]'
|
||||
|
||||
Reference in New Issue
Block a user