Skip to content

Commit 4efc668

Browse files
Migrate config .github/renovate.json
1 parent 63e442c commit 4efc668

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.github/renovate.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [":dependencyDashboard", ":semanticPrefixFixDepsChoreOthers", "group:monorepos", "workarounds:all"],
4-
"labels": ["dependencies"],
5-
"assignees": ["phnx47"],
3+
"extends": [
4+
":dependencyDashboard",
5+
":semanticPrefixFixDepsChoreOthers",
6+
"group:monorepos",
7+
"workarounds:all"
8+
],
9+
"labels": [
10+
"dependencies"
11+
],
12+
"assignees": [
13+
"phnx47"
14+
],
615
"semanticCommits": "disabled",
716
"commitMessageAction": "Bump",
817
"commitMessageTopic": "{{depName}}",
918
"packageRules": [
1019
{
1120
"automerge": true,
12-
"sourceUrlPrefixes": ["https://github.com/prom-client-net"],
13-
"groupName": "prom-client"
21+
"groupName": "prom-client",
22+
"matchSourceUrls": [
23+
"https://github.com/prom-client-net{/,}**"
24+
]
1425
}
1526
]
1627
}

0 commit comments

Comments
 (0)