Skip to content

Commit

Permalink
Create helm_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasarus authored Jan 6, 2025
1 parent f65eee4 commit 8e6197e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/helm_versions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Renovate
on:
schedule:
# Run daily once at a relatively random time in the morning
- cron: "39 3 * * *"
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- name: Renovate
uses: renovatebot/github-action@2be773c4be8361d8182cc1b750e75bbc75af71b0 # v41.0.7
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug

0 comments on commit 8e6197e

Please sign in to comment.