Compare commits

..

2 Commits

Author SHA1 Message Date
Chris Farhood 55d1f0598c chore(renovate): pin action to v40.3.0, fix inputs per spec 2026-05-06 11:04:49 +00:00
privilegedescalation-engineer[bot] 59eacb36f8 chore(renovate): add self-hosted Renovate GitHub Action workflow 2026-05-06 10:51:33 +00:00
2 changed files with 14 additions and 1 deletions
-1
View File
@@ -21,4 +21,3 @@ jobs:
node-version: '22'
headlamp-version: v0.40.1
e2e-namespace: headlamp-dev
plugin-name: tns-csi
+14
View File
@@ -0,0 +1,14 @@
name: Renovate
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v40.3.0
with:
configurationFile: renovate.json
renovate-json5: true