Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Nov 11, 2024
1 parent fd9c72a commit 8d6e054
Showing 1 changed file with 55 additions and 22 deletions.
77 changes: 55 additions & 22 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"gomodTidy",
"gomodUpdateImportPaths"
],
"suppressNotifications": ["prEditedNotification"],
"suppressNotifications": [
"prEditedNotification"
],
"packageRules": [
{
"matchFileNames": [
Expand All @@ -27,17 +29,30 @@
"docker-compose/opensearch/v2/docker-compose.yml",
"plugin/storage/scylladb/docker-compose.yml"
],
"matchUpdateTypes": ["major", "patch", "digest"],
"matchUpdateTypes": [
"major",
"patch",
"digest"
],
"enabled": false
},
{
"matchManagers": ["github-actions"],
"matchManagers": [
"github-actions"
],
"groupName": "github-actions deps",
"schedule": ["on the first day of the month"]
"schedule": [
"on the first day of the month"
]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["patch", "digest"],
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"patch",
"digest"
],
"enabled": false
},
{
Expand All @@ -53,31 +68,49 @@
]
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["go.opentelemetry.io/collector"],
"groupName": "All OTEL Collector packages"
"groupName": "All OTEL Collector packages",
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"go.opentelemetry.io/collector{/,}**"
]
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": [
"github.com/open-telemetry/opentelemetry-collector-contrib"
"groupName": "All OTEL Collector contrib packages",
"matchManagers": [
"gomod"
],
"groupName": "All OTEL Collector contrib packages"
"matchPackageNames": [
"github.com/open-telemetry/opentelemetry-collector-contrib{/,}**"
]
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["google.golang.org"],
"groupName": "All google.golang.org packages"
"groupName": "All google.golang.org packages",
"matchManagers": [
"gomod"
],
"matchSourceUrls": [
"google.golang.org{/,}**"
]
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["golang.org/x"],
"groupName": "All golang.org/x packages"
"groupName": "All golang.org/x packages",
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"golang.org/x{/,}**"
]
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["github.com/prometheus"],
"groupName": "All github.com/prometheus packages"
"groupName": "All github.com/prometheus packages",
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"github.com/prometheus{/,}**"
]
}
]
}

0 comments on commit 8d6e054

Please sign in to comment.