Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Nov 18, 2024
1 parent dcc9d2a commit 5ea6998
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,12 @@
"constraints": {
"go": "1.22"
},
"schedule": ["every tuesday"],
"extends": ["config:recommended", "customManagers:githubActionsVersions"],
"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 @@ -49,27 +42,27 @@
},
{
"matchManagers": ["gomod"],
"matchSourceUrls": ["https://go.opentelemetry.io/otel{/,}**"],
"matchSourceUrlPrefixes": ["https://go.opentelemetry.io/otel"],
"groupName": "All go.opentelemetry.io/contrib packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrls": ["https://google.golang.org{/,}**"],
"matchSourceUrlPrefixes": ["https://google.golang.org"],
"groupName": "All google.golang.org packages"
},
{
"matchManagers": ["gomod"],
"matchPackageNames": ["golang.org/x{/,}**"],
"matchPackagePrefixes": ["golang.org/x"],
"groupName": "All golang.org/x packages"
},
{
"matchManagers": ["gomod"],
"matchPackageNames": ["go.opentelemetry.io/collector{/,}**"],
"matchPackagePrefixes": ["go.opentelemetry.io/collector"],
"groupName": "All go.opentelemetry.io/collector packages"
},
{
"matchManagers": ["gomod"],
"matchPackageNames": ["go.opentelemetry.io/build-tools{/,}**"],
"matchPackagePrefixes": ["go.opentelemetry.io/build-tools"],
"groupName": "All go.opentelemetry.io/build-tools packages"
},
{
Expand All @@ -83,6 +76,19 @@
"extractVersion": "^(?<version>.*)-pro$"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|\\/).github\\/.*\\.ya?ml$"
],
"matchStrings": [
"goreleaser\\/goreleaser-action@[\\S\\s]+?version: (?<currentValue>.*?)$"
],
"depNameTemplate": "github.com/goreleaser/goreleaser-pro",
"datasourceTemplate": "github-releases"
}
],
"prConcurrentLimit": 200,
"suppressNotifications": ["prEditedNotification"]
}

0 comments on commit 5ea6998

Please sign in to comment.