prettier: renovatebot.yml

This commit is contained in:
ohdearaugustin 2022-02-14 23:03:03 +01:00
parent 3db88d27de
commit a19550adbf

View file

@ -2,7 +2,7 @@
name: Renovate
on:
schedule:
- cron: '* * 5,20 * *' #Every 5th and 20th of the month
- cron: "* * 5,20 * *" # Every 5th and 20th of the month
workflow_dispatch:
jobs:
renovate:
@ -22,5 +22,5 @@ jobs:
uses: renovatebot/github-action@v31.81.2
with:
configurationFile: .github/renovate.json
token: 'x-access-token:${{ steps.get_token.outputs.app_token }}'
token: "x-access-token:${{ steps.get_token.outputs.app_token }}"
onboarding: false