Skip to content

Commit

Permalink
enable lockFileMaintenance, ignore helm path (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
hollanbm authored Sep 21, 2024
1 parent ce36978 commit 660195e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"config:recommended"
],
"minimumReleaseAge": "14 days",
"ignorePaths": [
"helm/**/*"
],
"packageRules": [
{
"matchUpdateTypes": [
Expand All @@ -15,5 +18,8 @@
],
"vulnerabilityAlerts": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true
}
}
}

0 comments on commit 660195e

Please sign in to comment.