Skip to content

Commit

Permalink
add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant committed Nov 14, 2024
1 parent ab2f6b6 commit c75f76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Renovate
on:
schedule:
- cron: '*/15 * * * *' # Runs every 15 mins
- cron: '* */4 * * *' # Runs every 4 hours
workflow_dispatch:
push:
branches:
Expand All @@ -21,6 +21,6 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
configurationFile: renovate.json
env:
LOG_LEVEL: 'debug'
LOG_LEVEL: 'info'
RENOVATE_AUTODISCOVER: 'false'
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 comments on commit c75f76f

Please # to comment.