Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl authored Feb 8, 2025
1 parent 9c3a6e1 commit 4e0554d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"🤖 Dependencies"
],
"commitMessagePrefix": "chore(deps): ",
"commitMessagePrefix": "chore: ",
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"platformAutomerge": true,
"postUpdateOptions": [
"gomodTidy"
],
Expand All @@ -21,7 +26,5 @@
"automerge": true
}
],
"ignoreDeps": [
"github.com/brianvoe/gofakeit/v6"
]
"ignoreDeps": []
}

0 comments on commit 4e0554d

Please sign in to comment.