Skip to content

Commit 1b8ce57

Browse files
authored
renovate exclude (#1395)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 636c6ca commit 1b8ce57

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.github/renovate.json5

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

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
uses: actions/checkout@v4
1616
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
1717
env:
18-
MISE_ENABLE_TOOLS: oats,java
18+
MISE_ENABLE_TOOLS: go:github.com/grafana/oats,java
1919
- name: Run acceptance tests
2020
run: mise run acceptance-test

renovate.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)