Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#1981)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 6, 2024
1 parent ae6365d commit a941a72
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
"matchDatasources": [
"go"
],
"matchPackagePrefixes": [
"github.com/docker",
"github.com/compose-spec"
],
"description": [
"Group Docker dependency updates in single PR."
],
"matchPackageNames": [
"github.com/docker{/,}**",
"github.com/compose-spec{/,}**"
]
},
{
Expand All @@ -99,12 +99,12 @@
"matchDatasources": [
"go"
],
"matchPackagePrefixes": [
"gorm.io/gorm",
"gorm.io/driver"
],
"description": [
"Group gorm.io dependency updates in single PR."
],
"matchPackageNames": [
"gorm.io/gorm{/,}**",
"gorm.io/driver{/,}**"
]
},
{
Expand All @@ -113,11 +113,11 @@
"matchDatasources": [
"go"
],
"matchPackagePrefixes": [
"github.com/Azure/azure-sdk-for-go"
],
"description": [
"Group Azure SDK dependency updates in single PR."
],
"matchPackageNames": [
"github.com/Azure/azure-sdk-for-go{/,}**"
]
},
{
Expand All @@ -126,11 +126,11 @@
"matchDatasources": [
"go"
],
"matchPackagePrefixes": [
"cloud.google.com/go"
],
"description": [
"Group Google SDK dependency updates in single PR."
],
"matchPackageNames": [
"cloud.google.com/go{/,}**"
]
},
{
Expand All @@ -139,11 +139,11 @@
"matchDatasources": [
"go"
],
"matchPackagePrefixes": [
"github.com/containerd"
],
"description": [
"Group Containerd dependency updates in single PR."
],
"matchPackageNames": [
"github.com/containerd{/,}**"
]
},
{
Expand All @@ -152,12 +152,12 @@
"matchDatasources": [
"go"
],
"matchPackagePrefixes": [
"k8s.io",
"sigs.k8s.io"
],
"description": [
"Group Kubernetes dependency updates in single PR."
],
"matchPackageNames": [
"k8s.io{/,}**",
"sigs.k8s.io{/,}**"
]
},
{
Expand Down Expand Up @@ -265,14 +265,14 @@
"matchDatasources": [
"docker"
],
"matchPackagePrefixes": [
"ghcr.io/openclarity/vmclarity-"
],
"allowedVersions": "/^latest$/",
"pinDigests": false,
"description": [
"Always use latest version for VMClarity container images.",
"Do not pin by digest."
],
"matchPackageNames": [
"ghcr.io/openclarity/vmclarity-{/,}**"
]
},
{
Expand Down

0 comments on commit a941a72

Please sign in to comment.