Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Nov 7, 2024
1 parent 66bc71a commit 05bbe16
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"automergeStrategy": "squash",
"commitBodyTable": true,
"configMigration": true,
"extends": [
"config:recommended"
]
"config:recommended",
":gitSignOff",
":disableRateLimiting",
":semanticCommitsDisabled"
],
"labels": [
"dependencies"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"rebaseWhen": "behind-base-branch"
}

0 comments on commit 05bbe16

Please sign in to comment.