Skip to content

Commit

Permalink
Configure Renovate (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brad Holland <hollanbm@gmail.com>
  • Loading branch information
renovate[bot] and hollanbm authored Jun 2, 2024
1 parent 4976221 commit a73e38e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"vulnerabilityAlerts": {
"enabled": true
}
}

0 comments on commit a73e38e

Please sign in to comment.