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
|
|
|
],
|
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": [
|
|
|
|
"cli/internal/helm/charts/cilium/**"
|
|
|
|
],
|
2022-10-19 05:46:38 -04:00
|
|
|
"ignoreDeps": [
|
|
|
|
"github.com/edgelesssys/constellation/v2"
|
|
|
|
],
|
2022-10-13 08:41:55 -04:00
|
|
|
"packageRules": [
|
|
|
|
{
|
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
|
|
|
},
|
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"
|
|
|
|
},
|
2023-01-04 10:30:01 -05:00
|
|
|
{
|
|
|
|
"matchPackagePatterns": [
|
|
|
|
"^registry.k8s.io/kas-network-proxy"
|
|
|
|
],
|
|
|
|
"groupName": "registry.k8s.io/kas-network-proxy"
|
|
|
|
},
|
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": [
|
|
|
|
"kubernetes/kubernetes",
|
|
|
|
"registry.k8s.io/provider-aws/cloud-controller-manager",
|
|
|
|
"mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager",
|
|
|
|
"mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager",
|
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+)$",
|
2022-11-21 06:37:11 -05:00
|
|
|
"groupName": "K8s constrained versions",
|
|
|
|
"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+)$",
|
2022-11-21 06:37:11 -05:00
|
|
|
"groupName": "K8s version constrained containers (missing v1 prefix)",
|
|
|
|
"prPriority": 15
|
2022-10-28 09:01:58 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackagePrefixes": [
|
|
|
|
"ghcr.io/edgelesssys/constellation/"
|
|
|
|
],
|
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": [
|
|
|
|
"us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent",
|
|
|
|
"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
|
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": [
|
|
|
|
"(^|\\/)versions.go$"
|
|
|
|
],
|
|
|
|
"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\""
|
2022-10-13 08:41:55 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|