Przeglądaj źródła

Add renovatebot action

pull/1216/head
Andras Elso 6 miesięcy temu
rodzic
commit
bf49fdc5d4
1 zmienionych plików z 21 dodań i 0 usunięć
  1. +21
    -0
      .github/workflows/renovate.yml

+ 21
- 0
.github/workflows/renovate.yml Wyświetl plik

@@ -0,0 +1,21 @@
name: Renovate

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
renovate:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Renovate
uses: renovatebot/github-action@v40.1.11
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug

Ładowanie…
Anuluj
Zapisz