We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747da75 commit 5601be3Copy full SHA for 5601be3
renovate.json
@@ -1,6 +1,27 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "automerge": false,
4
+ "branchPrefix": "renovate/",
5
+ "dependencyDashboard": false,
6
"extends": [
7
"config:recommended"
- ]
8
+ ],
9
+ "ignorePaths": [
10
+ "src/Grafana.OpenTelemetry.Base/",
11
+ "src/Grafana.OpenTelemetry/"
12
13
+ "ignoreUnstable": true,
14
+ "packageRules": [
15
+ {
16
+ "matchPackageNames": ["dotnet monorepo"],
17
+ "matchUpdateTypes": [
18
+ "patch"
19
+ ]
20
+ }
21
22
+ "platformCommit": "enabled",
23
+ "vulnerabilityAlerts": {
24
+ "enabled": true,
25
+ "labels": ["security"]
26
27
}
0 commit comments