2022-10-13 08:41:55 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:base",
|
|
|
|
":preserveSemverRanges",
|
|
|
|
"helpers:pinGitHubActionDigests",
|
2022-12-19 07:37:57 -05:00
|
|
|
":separateMajorReleases",
|
|
|
|
":semanticCommitsDisabled"
|
2022-10-13 08:41:55 -04:00
|
|
|
],
|
2023-01-19 04:00:05 -05:00
|
|
|
"commitMessagePrefix": "deps:",
|
|
|
|
"commitMessageAction": "update",
|
2022-10-14 06:04:03 -04:00
|
|
|
"addLabels": [
|
|
|
|
"dependencies"
|
|
|
|
],
|
|
|
|
"postUpdateOptions": [
|
2022-10-17 11:31:45 -04:00
|
|
|
"gomodTidy",
|
2022-10-14 06:04:03 -04:00
|
|
|
"gomodUpdateImportPaths"
|
|
|
|
],
|
2022-10-20 02:14:05 -04:00
|
|
|
"prConcurrentLimit": 4,
|
2022-10-13 08:41:55 -04:00
|
|
|
"ignorePaths": [
|
2023-01-16 09:57:08 -05:00
|
|
|
"cli/internal/helm/charts/cilium/**",
|
2023-07-07 09:05:43 -04:00
|
|
|
"cli/internal/helm/charts/edgeless/constellation-services/charts/aws-csi-driver/**",
|
|
|
|
"cli/internal/helm/charts/edgeless/constellation-services/charts/azuredisk-csi-driver/**",
|
|
|
|
"cli/internal/helm/charts/edgeless/constellation-services/charts/gcp-compute-persistent-disk-csi-driver/**",
|
|
|
|
"cli/internal/helm/charts/edgeless/constellation-services/charts/cinder-csi-plugin/**",
|
2023-01-16 09:57:08 -05:00
|
|
|
"operators/constellation-node-operator/config/manager/kustomization.yaml"
|
2022-10-13 08:41:55 -04:00
|
|
|
],
|
2022-10-19 05:46:38 -04:00
|
|
|
"ignoreDeps": [
|
|
|
|
"github.com/edgelesssys/constellation/v2"
|
|
|
|
],
|
2022-10-13 08:41:55 -04:00
|
|
|
"packageRules": [
|
2023-02-20 11:48:46 -05:00
|
|
|
{
|
|
|
|
"matchManagers": [
|
|
|
|
"gomod"
|
|
|
|
],
|
|
|
|
"matchDepTypes": [
|
|
|
|
"indirect"
|
|
|
|
],
|
2023-03-08 05:50:20 -05:00
|
|
|
"matchUpdateTypes": [
|
|
|
|
"minor",
|
|
|
|
"patch",
|
|
|
|
"pin",
|
|
|
|
"pinDigest",
|
|
|
|
"digest",
|
|
|
|
"lockFileMaintenance",
|
|
|
|
"rollback",
|
|
|
|
"bump"
|
|
|
|
],
|
2023-02-20 11:48:46 -05:00
|
|
|
"enabled": true,
|
|
|
|
"prPriority": -30
|
|
|
|
},
|
2022-10-13 08:41:55 -04:00
|
|
|
{
|
2022-10-14 06:04:03 -04:00
|
|
|
"matchPackagePatterns": [
|
|
|
|
"^k8s.io",
|
|
|
|
"^sigs.k8s.io"
|
|
|
|
],
|
2022-11-10 02:20:53 -05:00
|
|
|
"groupName": "K8s dependencies"
|
2022-10-13 08:41:55 -04:00
|
|
|
},
|
2022-10-17 09:48:14 -04:00
|
|
|
{
|
|
|
|
"matchPackagePatterns": [
|
|
|
|
"^go.etcd.io/etcd"
|
|
|
|
],
|
2022-10-20 02:14:05 -04:00
|
|
|
"groupName": "etcd dependencies"
|
2022-10-17 09:48:14 -04:00
|
|
|
},
|
2023-02-13 11:30:46 -05:00
|
|
|
{
|
|
|
|
"matchPackagePatterns": [
|
|
|
|
"^github.com/hashicorp/go-kms-wrapping"
|
|
|
|
],
|
|
|
|
"groupName": "github.com/hashicorp/go-kms-wrapping"
|
|
|
|
},
|
2022-10-27 02:33:10 -04:00
|
|
|
{
|
|
|
|
"matchPackagePatterns": [
|
|
|
|
"^github.com/aws/aws-sdk-go-v2"
|
|
|
|
],
|
2022-11-21 06:37:11 -05:00
|
|
|
"groupName": "AWS SDK",
|
|
|
|
"prPriority": -10
|
2022-10-27 02:33:10 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackagePatterns": [
|
|
|
|
"^github.com/Azure/",
|
|
|
|
"^github.com/AzureAD/microsoft-authentication-library-for-go"
|
|
|
|
],
|
|
|
|
"groupName": "Azure SDK"
|
|
|
|
},
|
2022-10-18 10:22:24 -04:00
|
|
|
{
|
|
|
|
"matchPackagePatterns": [
|
|
|
|
"^cloud.google.com/go"
|
|
|
|
],
|
2022-11-10 02:20:53 -05:00
|
|
|
"groupName": "Google SDK"
|
2022-10-18 10:22:24 -04:00
|
|
|
},
|
2022-11-21 06:37:11 -05:00
|
|
|
{
|
|
|
|
"matchPackagePatterns": [
|
|
|
|
"^google.golang.org/genproto"
|
|
|
|
],
|
|
|
|
"prPriority": -10
|
|
|
|
},
|
2022-11-17 11:47:27 -05:00
|
|
|
{
|
|
|
|
"matchPackagePatterns": [
|
|
|
|
"^libvirt.org/go"
|
|
|
|
],
|
|
|
|
"groupName": "libvirt.org/go"
|
|
|
|
},
|
2022-10-13 08:41:55 -04:00
|
|
|
{
|
2022-10-14 06:04:03 -04:00
|
|
|
"matchDatasources": [
|
|
|
|
"golang-version"
|
|
|
|
],
|
2022-10-28 08:24:32 -04:00
|
|
|
"allowedVersions": "1.19"
|
2022-10-14 06:04:03 -04:00
|
|
|
},
|
2022-10-28 05:00:24 -04:00
|
|
|
{
|
|
|
|
"matchManagers": [
|
|
|
|
"pip_requirements"
|
2022-10-28 05:29:40 -04:00
|
|
|
],
|
|
|
|
"groupName": "Python dependencies"
|
2022-10-28 05:00:24 -04:00
|
|
|
},
|
2022-10-14 06:04:03 -04:00
|
|
|
{
|
|
|
|
"matchManagers": [
|
|
|
|
"github-actions"
|
|
|
|
],
|
2022-11-10 02:20:53 -05:00
|
|
|
"groupName": "GitHub action dependencies",
|
|
|
|
"matchUpdateTypes": [
|
|
|
|
"minor",
|
|
|
|
"patch",
|
|
|
|
"pin",
|
|
|
|
"pinDigest",
|
|
|
|
"digest",
|
|
|
|
"lockFileMaintenance",
|
|
|
|
"rollback",
|
|
|
|
"bump"
|
|
|
|
]
|
2022-10-28 09:01:58 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": [
|
2023-01-05 03:28:33 -05:00
|
|
|
"kubernetes/kubernetes"
|
|
|
|
],
|
|
|
|
"versioning": "regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$",
|
|
|
|
"groupName": "Kubernetes versions",
|
|
|
|
"prPriority": 15
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": [
|
|
|
|
"registry.k8s.io/provider-aws/cloud-controller-manager"
|
|
|
|
],
|
|
|
|
"versioning": "regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$",
|
|
|
|
"groupName": "K8s constrained AWS versions",
|
|
|
|
"prPriority": 15
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": [
|
2022-10-28 09:01:58 -04:00
|
|
|
"mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager",
|
2023-01-05 03:28:33 -05:00
|
|
|
"mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager"
|
|
|
|
],
|
|
|
|
"versioning": "regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$",
|
|
|
|
"groupName": "K8s constrained Azure versions",
|
|
|
|
"prPriority": 15
|
|
|
|
},
|
2023-03-17 04:44:30 -04:00
|
|
|
{
|
|
|
|
"matchPackageNames": [
|
|
|
|
"docker.io/k8scloudprovider/openstack-cloud-controller-manager"
|
|
|
|
],
|
|
|
|
"versioning": "regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$",
|
|
|
|
"groupName": "K8s constrained OpenStack versions",
|
|
|
|
"prPriority": 15
|
|
|
|
},
|
2023-01-05 03:28:33 -05:00
|
|
|
{
|
|
|
|
"matchPackageNames": [
|
2022-12-12 05:35:12 -05:00
|
|
|
"registry.k8s.io/autoscaling/cluster-autoscaler"
|
2022-10-28 09:01:58 -04:00
|
|
|
],
|
|
|
|
"versioning": "regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$",
|
2023-01-05 03:28:33 -05:00
|
|
|
"groupName": "K8s constrained GCP versions",
|
2022-11-21 06:37:11 -05:00
|
|
|
"prPriority": 15
|
2022-10-28 09:01:58 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": [
|
|
|
|
"ghcr.io/edgelesssys/cloud-provider-gcp"
|
|
|
|
],
|
|
|
|
"versioning": "regex:^(?<compatibility>v\\d+\\.)(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
2023-03-08 12:41:21 -05:00
|
|
|
"groupName": "cloud-provider-gcp (K8s version constrained)",
|
2022-11-21 06:37:11 -05:00
|
|
|
"prPriority": 15
|
2022-10-28 09:01:58 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackagePrefixes": [
|
2023-03-03 03:36:06 -05:00
|
|
|
"ghcr.io/edgelesssys/"
|
2022-10-28 09:01:58 -04:00
|
|
|
],
|
2023-03-08 12:41:21 -05:00
|
|
|
"excludePackageNames": [
|
|
|
|
"ghcr.io/edgelesssys/cloud-provider-gcp"
|
|
|
|
],
|
2022-11-21 05:19:01 -05:00
|
|
|
"versioning": "semver",
|
2022-11-21 06:37:11 -05:00
|
|
|
"groupName": "Constellation containers",
|
|
|
|
"prPriority": 20
|
2022-10-28 09:01:58 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": [
|
2023-01-04 11:30:01 -05:00
|
|
|
"registry.k8s.io/kas-network-proxy/proxy-agent",
|
2022-10-28 09:01:58 -04:00
|
|
|
"registry.k8s.io/kas-network-proxy/proxy-server"
|
|
|
|
],
|
|
|
|
"versioning": "semver",
|
2022-11-21 06:37:11 -05:00
|
|
|
"groupName": "K8s version independent containers",
|
|
|
|
"prPriority": 15
|
|
|
|
},
|
2022-11-24 10:02:09 -05:00
|
|
|
{
|
|
|
|
"matchPackageNames": [
|
|
|
|
"^k8s.io/client-go"
|
|
|
|
],
|
|
|
|
"matchUpdateTypes": [
|
|
|
|
"major"
|
|
|
|
],
|
|
|
|
"enabled": false
|
|
|
|
},
|
2022-11-21 06:37:11 -05:00
|
|
|
{
|
|
|
|
"matchLanguages": [
|
|
|
|
"python",
|
|
|
|
"js",
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"prPriority": -20
|
2022-11-25 10:13:20 -05:00
|
|
|
},
|
|
|
|
{
|
2022-12-12 05:35:12 -05:00
|
|
|
"matchManagers": [
|
|
|
|
"github-actions"
|
|
|
|
],
|
|
|
|
"matchPackageNames": [
|
|
|
|
"slsa-framework/slsa-github-generator"
|
|
|
|
],
|
2022-11-25 10:13:20 -05:00
|
|
|
"pinDigests": false
|
2023-04-03 05:45:02 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackagePatterns": [
|
2023-04-03 06:18:07 -04:00
|
|
|
"_(darwin|linux)_(arm64|amd64)$"
|
2023-04-03 05:45:02 -04:00
|
|
|
],
|
2023-04-03 07:37:56 -04:00
|
|
|
"additionalBranchPrefix": "{{packageName}}-",
|
2023-04-03 06:18:07 -04:00
|
|
|
"groupName": "{{packageName}}"
|
2022-10-28 09:01:58 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"regexManagers": [
|
|
|
|
{
|
|
|
|
"fileMatch": [
|
|
|
|
"(^|\\/)versions.go$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
" \"(?<depName>[^\"]*?):(?<currentValue>[^\"]*?)@(?<currentDigest>sha256:[a-f0-9]+)\"[^\\n]+\\/\\/ renovate:container"
|
|
|
|
],
|
|
|
|
"datasourceTemplate": "docker"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileMatch": [
|
|
|
|
"(^|\\/)versions.go$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
" \"https:\\/\\/storage\\.googleapis\\.com\\/kubernetes-release\\/release\\/(?<currentValue>[^\\/\\s\"]+)\\/[^\"]+\"[^\\n]+\\/\\/ renovate:kubernetes-release",
|
|
|
|
" \"(?<currentValue>v\\d+\\.\\d+\\.\\d+)\"[^\\n]+\\/\\/ renovate:kubernetes-release"
|
|
|
|
],
|
|
|
|
"depNameTemplate": "kubernetes/kubernetes",
|
|
|
|
"datasourceTemplate": "github-releases"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileMatch": [
|
|
|
|
"(^|\\/)versions.go$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
" \"https:\\/\\/github\\.com\\/(?<depName>[^\\/\\s\"]+\\/[^\\/\\s\"]+)\\/releases\\/download\\/(?<currentValue>[^\\/\\s\"]+)\\/[^\"]+\"[^\\n]+\\/\\/ renovate:github-release"
|
|
|
|
],
|
|
|
|
"datasourceTemplate": "github-releases"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileMatch": [
|
|
|
|
"(^|\\/)versions.go$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
" \"https:\\/\\/github\\.com\\/kubernetes-sigs\\/cri-tools\\/releases\\/download\\/(?<currentValue>[^\\/\\s\"]+)\\/[^\"]+\""
|
|
|
|
],
|
|
|
|
"depNameTemplate": "kubernetes-sigs/cri-tools",
|
|
|
|
"datasourceTemplate": "github-releases",
|
|
|
|
"autoReplaceStringTemplate": " \"https://github.com/kubernetes-sigs/cri-tools/releases/download/{{{newValue}}}/crictl-{{{newValue}}}-linux-amd64.tar.gz\""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileMatch": [
|
2023-01-17 10:12:23 -05:00
|
|
|
"versions.go$"
|
2022-10-28 09:01:58 -04:00
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
" \"https:\\/\\/github\\.com\\/containernetworking\\/plugins\\/releases\\/download\\/(?<currentValue>[^\\/\\s\"]+)\\/[^\"]+\""
|
|
|
|
],
|
|
|
|
"depNameTemplate": "containernetworking/plugins",
|
|
|
|
"datasourceTemplate": "github-releases",
|
|
|
|
"autoReplaceStringTemplate": " \"https://github.com/containernetworking/plugins/releases/download/{{{newValue}}}/cni-plugins-linux-amd64-{{{newValue}}}.tgz\""
|
2023-01-17 10:12:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileMatch": [
|
|
|
|
"\\.yaml$",
|
|
|
|
"\\.yml$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
"go install (?<depName>[^@]+?)@(?<currentValue>[0-9a-f]{40})"
|
|
|
|
],
|
|
|
|
"datasourceTemplate": "go"
|
2022-10-13 08:41:55 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|