Skip to content

Commit 4d6c177

Browse files
committed
add label to renovate prs
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 62bf33c commit 4d6c177

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/renovate.json5

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: ["config:recommended"],
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json", extends: [
3+
"config:best-practices",
4+
"config:recommended",
5+
],
46
platformCommit: "enabled",
57
automerge: true,
68
ignorePaths: [
79
"**/simpleclient-archive/**", // old projects
810
// agent resources packages an OTel API that is the minimum required API version
911
"**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml",
1012
],
13+
labels: [
14+
"dependencies"
15+
]
1116
}

0 commit comments

Comments
 (0)