Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/renovate-tracked-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@
"grafana/flint"
]
},
".github/workflows/acceptance-tests.yml": {
"regex": [
"mise"
]
},
".github/workflows/ghcr-image-build-and-publish.yml": {
"regex": [
"cosign"
]
},
".github/workflows/lint.yml": {
"regex": [
"mise"
]
},
".github/workflows/release.yml": {
"regex": [
"cosign"
Expand Down Expand Up @@ -37,6 +47,11 @@
"mcr.microsoft.com/dotnet/sdk"
]
},
"examples/dotnet/docker-compose.yml": {
"docker-compose": [
"grafana/otel-lgtm"
]
},
"examples/dotnet/rolldice.csproj": {
"nuget": [
"OpenTelemetry.Exporter.Console",
Expand All @@ -55,6 +70,11 @@
"opentelemetry-ebpf-profiler"
]
},
"examples/ebpf-profiler/docker-compose.yml": {
"docker-compose": [
"grafana/otel-lgtm"
]
},
"examples/ebpf-profiler/generate-traffic.Dockerfile": {
"dockerfile": [
"ubuntu"
Expand Down Expand Up @@ -179,6 +199,11 @@
"express"
]
},
"examples/obi/docker-compose.yaml": {
"docker-compose": [
"grafana/otel-lgtm"
]
},
"examples/obi/dotnet/Dockerfile": {
"dockerfile": [
"mcr.microsoft.com/dotnet/aspnet",
Expand Down Expand Up @@ -215,7 +240,15 @@
"express"
]
},
"examples/obi/python.Dockerfile": {
"dockerfile": [
"python"
]
},
"examples/python/Dockerfile": {
"dockerfile": [
"python"
],
"regex": [
"opentelemetry-distro"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:recommended", "customManagers:dockerfileVersions", "customManagers:githubActionsVersions", "github>grafana/flint"],
extends: ["config:best-practices", "config:recommended", "customManagers:dockerfileVersions", "customManagers:githubActionsVersions", "github>grafana/flint"],
Comment thread
martincostello marked this conversation as resolved.
branchPrefix: "grafanarenovatebot/",
dependencyDashboard: true,
platformCommit: "enabled",
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
with:
version: v2026.2.11
sha256: 3e1baedb9284124b770d2d561a04a98c343d05967c83deb8b35c7c941f8d9c9a

- name: Run acceptance tests
run: mise run acceptance-tests ${{ github.event.pull_request.head.sha }}
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

- name: Setup mise
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
with:
version: v2026.2.11
sha256: 3e1baedb9284124b770d2d561a04a98c343d05967c83deb8b35c7c941f8d9c9a

- name: Lint
env:
Expand Down