mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 09:45:41 +02:00
Delete .github/workflows/renovate.yml
All checks were successful
CI / validateComposeSyntax (push) Successful in 19s
All checks were successful
CI / validateComposeSyntax (push) Successful in 19s
This commit is contained in:
66
.github/workflows/renovate.yml
vendored
66
.github/workflows/renovate.yml
vendored
@@ -1,66 +0,0 @@
|
||||
name: Renovate
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 20 * * 0"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
renovate-a-f:
|
||||
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/a**","examples/b**","examples/c**","examples/d**","examples/e**","examples/f**"]'
|
||||
|
||||
renovate-g-m:
|
||||
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/g**","examples/h**","examples/i**","examples/j**","examples/k**","examples/l**","examples/m**"]'
|
||||
|
||||
renovate-n-s:
|
||||
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**","examples/o**","examples/p**","examples/q**","examples/r**","examples/s**"]'
|
||||
|
||||
renovate-t-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/t**","examples/u**","examples/v**","examples/w**","examples/x**","examples/y**","examples/z**"]'
|
||||
Reference in New Issue
Block a user