From 934cd0a89e446288e2875bdada6d581e9879b3a7 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 16 Jun 2022 12:29:35 +0200 Subject: [PATCH] Create renovate.yml --- .github/workflows/renovate.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/renovate.yml diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 00000000..dcc72e9e --- /dev/null +++ b/.github/workflows/renovate.yml @@ -0,0 +1,18 @@ +name: Renovate +on: + workflow_dispatch: + schedule: + - cron: "0 */6 * * *" +jobs: + renovate: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + with: + token: ${{ secrets.BOT_TOKEN }} + - name: Self-hosted Renovate + uses: renovatebot/github-action@1a23916296098cf63a0e9571f03d52cf14d00daa # tag=v32.88.0 + with: + configurationFile: .github/renovate-config.js + token: ${{ secrets.BOT_TOKEN }}