Skip to content

Commit

Permalink
chore: add renovate bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jun 19, 2024
1 parent 7c2ffaa commit 8648288
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'

jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: renovatebot/github-action@v40.1.12
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignorePaths": ["generated/**"],
"extends": [
"config:recommended",
"mergeConfidence:all-badges"
],
"osvVulnerabilityAlerts": true,
"rangeStrategy": "bump",
"dependencyDashboardOSVVulnerabilitySummary": "all",
"vulnerabilityAlerts": {
"labels": ["security"]
},
"labels": ["dependency"]
}

0 comments on commit 8648288

Please sign in to comment.