Skip to content

Commit 2e7b391

Browse files
authored
Merge branch 'main' into ci/security-scanning
2 parents 2e7b5c7 + 124c6cd commit 2e7b391

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:best-practices"],
44
"labels": ["dependencies"],
5-
"includePaths": [".github/**", ".deps/**", "go.mod"],
5+
"semanticCommits": "enabled",
6+
"semanticCommitType": "chore",
7+
"semanticCommitScope": "deps",
68
"packageRules": [
79
{
810
"description": "Group all Go module updates",

0 commit comments

Comments
 (0)