Skip to content

Commit

Permalink
chore: configure renovate
Browse files Browse the repository at this point in the history
Improve renovate configuration.

Signed-off-by: Francesco Canovai <[email protected]>
  • Loading branch information
fcanovai committed Apr 4, 2024
1 parent 7dac251 commit 2db8542
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"config:recommended",
":gitSignOff",
":semanticCommitType(chore)",
":labels(automated,no-issue)"
],
"prConcurrentLimit": 5,
"ignorePaths": [
"docs/**",
"pkg/**/*.pb.go"
],
"postUpdateOptions": [
"gomodTidy"
],
"semanticCommits": "enabled"
}

0 comments on commit 2db8542

Please sign in to comment.