Skip to content

Merge pull request #208 from thedatabaseme/renovate/vaultwarden-serve… #786

Merge pull request #208 from thedatabaseme/renovate/vaultwarden-serve…

Merge pull request #208 from thedatabaseme/renovate/vaultwarden-serve… #786

Workflow file for this run

name: Renovate
on:
push:
branches:
- master
schedule:
- cron: '0 2 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}