Skip to content

Commit 94ad264

Browse files
committed
Update renovate.json
1 parent cfa87b9 commit 94ad264

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.github/renovate.json

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
":dependencyDashboard",
5-
":semanticPrefixFixDepsChoreOthers",
6-
"group:monorepos",
7-
"workarounds:all"
8-
],
9-
"labels": [
10-
"dependencies"
11-
],
12-
"assignees": [
13-
"@phnx47"
14-
],
3+
"extends": [":dependencyDashboard", ":semanticPrefixFixDepsChoreOthers", "group:monorepos", "workarounds:all"],
4+
"labels": ["dependencies"],
5+
"assignees": ["phnx47"],
6+
"semanticCommits": "disabled",
7+
"commitMessageAction": "Bump",
8+
"commitMessageTopic": "{{depName}}",
159
"packageRules": [
1610
{
1711
"automerge": true,
18-
"sourceUrlPrefixes": [
19-
"https://github.com/prom-client-net"
20-
],
12+
"sourceUrlPrefixes": ["https://github.com/prom-client-net"],
2113
"groupName": "prom-client"
2214
}
2315
]

0 commit comments

Comments
 (0)