Skip to content

Commit

Permalink
add renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed Jan 10, 2025
1 parent 0f12a28 commit d294500
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: renovate

on:
workflow_dispatch:
push:
branches: [master]
schedule:
- cron: "* 1 * * *"

jobs:
renovate:
uses: lrstanley/.github/.github/workflows/renovate.yml@master
secrets:
app-id: ${{ secrets.BOT_APP_ID }}
app-private-key: ${{ secrets.BOT_PRIVATE_KEY }}

0 comments on commit d294500

Please sign in to comment.