Skip to content

Commit 5b3ce3c

Browse files
committed
renovate exclude
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 99f4ea2 commit 5b3ce3c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/renovate.json5

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
4-
"platformCommit": "enabled",
5-
"automerge": true,
6-
"dependencyDashboard": false,
7-
"ignorePaths": [
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: ["config:recommended"],
4+
platformCommit: "enabled",
5+
automerge: true,
6+
dependencyDashboard: false,
7+
ignorePaths: [
88
"**/simpleclient-archive/**", // old projects
99
// agent resources packages an OTel API that is the minimum required API version
10-
"**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml"
11-
]
10+
"**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml",
11+
],
1212
}

0 commit comments

Comments
 (0)