This repository has been archived on 2026-06-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
headlamp-plugin-template/.github/workflows/renovate.yml
T
Gandalf the Greybeard 2ae570bb25
CI / ci (push) Has been cancelled
CI / ci (pull_request) Has been cancelled
Promotion Gate / Promotion Gate (pull_request) Has been cancelled
fix(ci): replace ubuntu-latest with runners-privilegedescalation (PRI-1825)
2026-06-17 04:35:37 +00:00

16 lines
362 B
YAML

name: Renovate
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: runners-privilegedescalation
steps:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v40.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: renovate.json
renovate-json5: true