Skip to content

Commit ba3283f

Browse files
Update configuration
- Allow more PRs. - Add labels. - Fix .NET dependency name.
1 parent 65a7645 commit ba3283f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,19 @@
1010
"src/Grafana.OpenTelemetry/"
1111
],
1212
"ignoreUnstable": true,
13+
"labels": [
14+
"dependencies",
15+
"{{{manager}}}"
16+
],
1317
"packageRules": [
1418
{
15-
"matchPackageNames": ["dotnet"],
19+
"matchPackageNames": ["monorepo:dotnet"],
1620
"matchUpdateTypes": [
1721
"patch"
1822
]
1923
}
2024
],
25+
"prConcurrentLimit": 10,
2126
"vulnerabilityAlerts": {
2227
"enabled": true,
2328
"labels": ["security"]

0 commit comments

Comments
 (0)