Skip to content

Commit 35cb60a

Browse files
committed
Group dependencies in renovate PRs
1 parent e3aee94 commit 35cb60a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,23 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"groupName": "tracing",
9+
"matchDepNames": ["tracing*"]
10+
},
11+
{
12+
"groupName": "opentelemetry",
13+
"matchDepNames": ["opentelemetry*"]
14+
},
15+
{
16+
"groupName": "axum",
17+
"matchDepNames": ["axum*"]
18+
},
19+
{
20+
"groupName": "graphql",
21+
"matchDepNames": ["async-graphql*"]
22+
}
523
]
624
}

0 commit comments

Comments
 (0)