Skip to content

Commit

Permalink
chore(config): migrate renovate config (open-telemetry#4)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
renovate[bot] and mowies authored Nov 18, 2024
1 parent 2427c50 commit f8e8a6f
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@
"constraints": {
"go": "1.22"
},
"schedule": ["every tuesday"],
"schedule": ["on tuesday"],
"extends": ["config:recommended"],
"packageRules": [
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["pin", "pinDigest", "digest", "lockFileMaintenance", "rollback", "bump", "replacement"],
"matchUpdateTypes": [
"pin",
"pinDigest",
"digest",
"lockFileMaintenance",
"rollback",
"bump",
"replacement"
],
"enabled": false
},
{
Expand Down Expand Up @@ -42,27 +50,27 @@
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://go.opentelemetry.io/otel"],
"matchSourceUrls": ["https://go.opentelemetry.io/otel{/,}**"],
"groupName": "All go.opentelemetry.io/contrib packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://google.golang.org"],
"matchSourceUrls": ["https://google.golang.org{/,}**"],
"groupName": "All google.golang.org packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["golang.org/x"],
"matchPackageNames": ["golang.org/x{/,}**"],
"groupName": "All golang.org/x packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["go.opentelemetry.io/collector"],
"matchPackageNames": ["go.opentelemetry.io/collector{/,}**"],
"groupName": "All go.opentelemetry.io/collector packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["go.opentelemetry.io/build-tools"],
"matchPackageNames": ["go.opentelemetry.io/build-tools{/,}**"],
"groupName": "All go.opentelemetry.io/build-tools packages"
},
{
Expand Down

0 comments on commit f8e8a6f

Please sign in to comment.