Skip to content

Commit

Permalink
workflow for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Jun 18, 2023
1 parent 3277a0f commit 5f55a4b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Renovate
on:
schedule:
- cron: '0 14 * * 4'
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Renovate Automatic Branch
uses: bodinsamuel/renovate-automatic-branch@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repo-owner: specfy
repo-name: stack-analyser
branch-base: main

0 comments on commit 5f55a4b

Please sign in to comment.