Skip to content

Bump renovatebot/github-action from 46.0.0 to 46.0.1 (#2688) #5

Bump renovatebot/github-action from 46.0.0 to 46.0.1 (#2688)

Bump renovatebot/github-action from 46.0.0 to 46.0.1 (#2688) #5

Workflow file for this run

# See: https://github.com/renovatebot/github-action?tab=readme-ov-file#example

Check failure on line 1 in .github/workflows/renovatebot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/renovatebot.yml

Invalid workflow file

(Line: 18, Col: 7): Unexpected value 'workflows'
# See: https://github.com/jenkinsci/helm-charts/blob/efc6225850a9c4e5a7f83b15223c21ff06c5b093/.github/workflows/renovate.yml
name: renovatebot
on:
schedule:
# Run every day on midnight
- cron: "0 0 * * *"
workflow_dispatch: {}
jobs:
renovate:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
workflows: write
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.0.1
with:
configurationFile: .github/renovate.json5
token: ${{ secrets.GITHUB_TOKEN }}
env:
LOG_LEVEL: debug