Skip to content

Merge pull request #1534 from buildpacks-community/enable_renovate #3

Merge pull request #1534 from buildpacks-community/enable_renovate

Merge pull request #1534 from buildpacks-community/enable_renovate #3

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 */12 * * *'
jobs:
renovate_main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RELEASE_TOKEN }}
env:
RENOVATE_REPOSITORIES: "buildpacks-community/kpack"
RENOVATE_PLATFORM: github
RENOVATE_PRUNE_STALE_BRANCHES: false
RENOVATE_PR_HOURLY_LIMIT: 10
LOG_LEVEL: DEBUG
RENOVATE_ADD_LABELS: dependencies
renovate_branches:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RELEASE_TOKEN }}
env:

Check failure on line 34 in .github/workflows/renovate.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/renovate.yaml

Invalid workflow file

You have an error in your yaml syntax on line 34
RENOVATE_REPOSITORIES: "buildpacks-community/kpack"
RENOVATE_PLATFORM: github
RENOVATE_PRUNE_STALE_BRANCHES: false
RENOVATE_PR_HOURLY_LIMIT: 10
LOG_LEVEL: DEBUG
RENOVATE_ADD_LABELS: dependencies
RENOVATE_BASE_BRANCHES: "release/v0.12.x", "release/v0.11.x", "release/v0.10.x", "release/v0.9.x"
RENOVATE_PACKAGE_RULES: |
[
{
"groupName": "all patch dependencies",
"groupSlug": "all-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["patch"]
}
]