enable ebpf-profiler digest upgrades (#937)

This commit is contained in:
Damien Mathieu 2025-05-02 18:50:08 +02:00 committed by GitHub
parent b93543b577
commit 6252e09a4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,13 @@
"matchPackagePrefixes": ["go.opentelemetry.io/build-tools"],
"groupName": "All go.opentelemetry.io/build-tools packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["go.opentelemetry.io/ebpf-profiler"],
"matchUpdateTypes": ["digest"],
"groupName": "eBPF Profiler",
"enabled": true
},
{
"matchManagers": ["gomod"],
"matchDepTypes": ["toolchain"],