Skip to content

Commit

Permalink
feat: add renovate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
very-doge-wow committed Oct 19, 2024
1 parent 4589555 commit ae36a76
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"packageRules": [
{
"groupName": "All Updates",
"groupSlug": "all-updates",
"matchUpdateTypes": [
"major",
"minor",
"patch",
"digest"
]
}
],
"commitMessageAction": "Update Dependencies",
"branchPrefix": "renovate/",
"dependencyDashboard": false
}

0 comments on commit ae36a76

Please sign in to comment.