Skip to content

Commit

Permalink
PLAT-546 - add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben committed Sep 2, 2024
1 parent 57b387b commit 44408b5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: renovate
on:
workflow_dispatch: {}
schedule:
- cron: '30 8 * * 1'

jobs:
renovate:
uses: portswigger-cloud/github-actions/.github/workflows/shared-renovate.yaml@main
secrets:
RENOVATE_APP_ID: ${{ secrets.RENOVATE_APP_ID }}
RENOVATE_APP_PEM: ${{ secrets.RENOVATE_APP_PEM }}

post-to-a-slack-channel-on-failure:
if: ${{ failure() }}
uses: portswigger-cloud/github-actions/.github/workflows/shared-on-fail-slack-notifier.yaml@main
needs: renovate
secrets: inherit

0 comments on commit 44408b5

Please sign in to comment.