2022-10-13 14:41:55 +02:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
|
|
extends: [
|
|
|
|
'config:recommended',
|
|
|
|
':preserveSemverRanges',
|
|
|
|
'helpers:pinGitHubActionDigests',
|
|
|
|
':separateMajorReleases',
|
|
|
|
':semanticCommitsDisabled',
|
2022-10-13 14:41:55 +02:00
|
|
|
],
|
2025-01-21 13:26:42 +01:00
|
|
|
commitMessagePrefix: 'deps:',
|
|
|
|
commitMessageAction: 'update',
|
|
|
|
addLabels: [
|
|
|
|
'dependencies'
|
|
|
|
],
|
|
|
|
postUpdateOptions: [
|
|
|
|
'gomodTidy',
|
|
|
|
'gomodUpdateImportPaths',
|
|
|
|
'gomodMassage'
|
|
|
|
],
|
|
|
|
prConcurrentLimit: 4,
|
|
|
|
ignorePaths: [
|
|
|
|
'internal/constellation/helm/charts/cilium/**',
|
|
|
|
'internal/constellation/helm/charts/coredns/**',
|
|
|
|
'internal/constellation/helm/charts/edgeless/csi/charts/aws-csi-driver/**',
|
|
|
|
'internal/constellation/helm/charts/edgeless/csi/charts/azuredisk-csi-driver/**',
|
|
|
|
'internal/constellation/helm/charts/edgeless/csi/charts/gcp-compute-persistent-disk-csi-driver/**',
|
|
|
|
'internal/constellation/helm/charts/edgeless/csi/charts/openstack-cinder-csi/**',
|
|
|
|
'operators/constellation-node-operator/config/manager/kustomization.yaml',
|
|
|
|
],
|
|
|
|
ignoreDeps: [
|
2025-01-21 16:23:10 +01:00
|
|
|
'github.com/edgelesssys/constellation/v2',
|
|
|
|
'github.com/daniel-weisse/go-cryptsetup',
|
2022-10-19 11:46:38 +02:00
|
|
|
],
|
2023-10-11 09:53:52 +00:00
|
|
|
// Rules for changing renovates behaviour for different packages.
|
|
|
|
// The documentation for configuration options can be found here:
|
|
|
|
// https://docs.renovatebot.com/configuration-options/
|
2025-01-21 13:26:42 +01:00
|
|
|
packageRules: [
|
2023-02-20 17:48:46 +01:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchManagers: [
|
|
|
|
'gomod'
|
|
|
|
],
|
|
|
|
matchDepTypes: [
|
|
|
|
'indirect'
|
|
|
|
],
|
|
|
|
matchUpdateTypes: [
|
|
|
|
'minor',
|
|
|
|
'patch',
|
|
|
|
'pin',
|
|
|
|
'pinDigest',
|
|
|
|
'digest',
|
|
|
|
'lockFileMaintenance',
|
|
|
|
'rollback',
|
|
|
|
'bump',
|
|
|
|
],
|
|
|
|
enabled: true,
|
|
|
|
prPriority: -30,
|
2023-02-20 17:48:46 +01:00
|
|
|
},
|
2022-10-13 14:41:55 +02:00
|
|
|
{
|
2024-05-08 17:31:47 +02:00
|
|
|
// Group update of direct Go dependencies.
|
2025-01-21 13:26:42 +01:00
|
|
|
groupName: 'Go dependencies',
|
|
|
|
matchManagers: [
|
|
|
|
'gomod'
|
|
|
|
],
|
|
|
|
matchDepTypes: [
|
|
|
|
'require',
|
|
|
|
'replace'
|
|
|
|
],
|
|
|
|
matchUpdateTypes: [
|
|
|
|
'bump',
|
|
|
|
'digest',
|
|
|
|
'lockFileMaintenance',
|
|
|
|
'minor',
|
|
|
|
'patch',
|
|
|
|
'pin',
|
|
|
|
'pinDigest',
|
|
|
|
'rollback',
|
|
|
|
],
|
|
|
|
schedule: [
|
|
|
|
'before 8am on monday',
|
|
|
|
],
|
2022-11-17 17:47:27 +01:00
|
|
|
},
|
2024-05-15 10:31:20 +02:00
|
|
|
{
|
|
|
|
// Group update of Terraform dependencies.
|
2025-01-21 13:26:42 +01:00
|
|
|
groupName: 'Terraform dependencies',
|
|
|
|
matchManagers: [
|
|
|
|
'terraform'
|
|
|
|
],
|
|
|
|
matchUpdateTypes: [
|
|
|
|
'bump',
|
|
|
|
'digest',
|
|
|
|
'lockFileMaintenance',
|
|
|
|
'minor',
|
|
|
|
'patch',
|
|
|
|
'pin',
|
|
|
|
'pinDigest',
|
|
|
|
'rollback',
|
|
|
|
],
|
|
|
|
schedule: [
|
|
|
|
'before 8am on wednesday',
|
|
|
|
],
|
2024-05-15 10:31:20 +02:00
|
|
|
},
|
2022-10-13 14:41:55 +02:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchManagers: [
|
|
|
|
'bazelisk',
|
|
|
|
'bazel',
|
|
|
|
'bazel-module',
|
|
|
|
],
|
|
|
|
matchDepNames: [
|
|
|
|
'bazel',
|
|
|
|
'io_bazel_rules_go',
|
|
|
|
'bazel_gazelle',
|
|
|
|
'rules_go',
|
|
|
|
'gazelle',
|
|
|
|
],
|
|
|
|
groupName: 'bazel (core)',
|
2022-10-14 12:04:03 +02:00
|
|
|
},
|
2024-08-01 12:46:32 +02:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchManagers: [
|
|
|
|
'bazel',
|
|
|
|
],
|
|
|
|
matchDepNames: [
|
|
|
|
'!bazel',
|
|
|
|
'!io_bazel_rules_go',
|
|
|
|
'!bazel_gazelle',
|
|
|
|
'!rules_go',
|
|
|
|
'!gazelle',
|
|
|
|
],
|
|
|
|
groupName: 'bazel (plugins)',
|
2024-08-01 12:46:32 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchManagers: [
|
|
|
|
'bazel-module'
|
|
|
|
],
|
|
|
|
matchDepNames: [
|
|
|
|
'!bazel',
|
|
|
|
'!io_bazel_rules_go',
|
|
|
|
'!bazel_gazelle',
|
|
|
|
'!rules_go',
|
|
|
|
'!gazelle',
|
|
|
|
],
|
|
|
|
groupName: 'bazel (modules)',
|
2024-08-01 12:46:32 +02:00
|
|
|
},
|
2022-10-28 11:00:24 +02:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchDatasources: [
|
|
|
|
'golang-version'
|
|
|
|
],
|
|
|
|
allowedVersions: '1.23',
|
2022-10-28 11:00:24 +02:00
|
|
|
},
|
2022-10-14 12:04:03 +02:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchManagers: [
|
|
|
|
'pip_requirements'
|
|
|
|
],
|
|
|
|
groupName: 'Python dependencies',
|
2023-08-10 10:49:28 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchManagers: [
|
|
|
|
'github-actions'
|
|
|
|
],
|
|
|
|
groupName: 'GitHub action dependencies',
|
|
|
|
matchUpdateTypes: [
|
|
|
|
'major',
|
|
|
|
'minor',
|
|
|
|
'patch',
|
|
|
|
'pin',
|
|
|
|
'pinDigest',
|
|
|
|
'digest',
|
|
|
|
'lockFileMaintenance',
|
|
|
|
'rollback',
|
|
|
|
'bump',
|
|
|
|
],
|
|
|
|
schedule: [
|
|
|
|
'before 8am on tuesday'
|
|
|
|
],
|
2022-10-28 15:01:58 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchDepNames: [
|
|
|
|
'kubernetes/kubernetes'
|
|
|
|
],
|
2023-10-11 09:53:52 +00:00
|
|
|
// example match: v1.2.3 (1.2 -> compatibility, 3 -> patch)
|
2025-01-21 13:26:42 +01:00
|
|
|
versioning: 'regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$',
|
|
|
|
groupName: 'Kubernetes versions',
|
|
|
|
prPriority: 15,
|
2023-01-05 09:28:33 +01:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchDepNames: [
|
|
|
|
'registry.k8s.io/provider-aws/cloud-controller-manager',
|
2023-01-05 09:28:33 +01:00
|
|
|
],
|
2023-10-11 09:53:52 +00:00
|
|
|
// example match: v1.2.3 (1.2 -> compatibility, 3 -> patch)
|
2025-01-21 13:26:42 +01:00
|
|
|
versioning: 'regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$',
|
|
|
|
groupName: 'K8s constrained AWS versions',
|
|
|
|
prPriority: 15,
|
2023-01-05 09:28:33 +01:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchDepNames: [
|
|
|
|
'mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager',
|
|
|
|
'mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager',
|
2023-01-05 09:28:33 +01:00
|
|
|
],
|
2023-10-11 09:53:52 +00:00
|
|
|
// example match: v1.2.3 (1.2 -> compatibility, 3 -> patch)
|
2025-01-21 13:26:42 +01:00
|
|
|
versioning: 'regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$',
|
|
|
|
groupName: 'K8s constrained Azure versions',
|
|
|
|
prPriority: 15,
|
2023-01-05 09:28:33 +01:00
|
|
|
},
|
2023-03-17 09:44:30 +01:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchDepNames: [
|
|
|
|
'docker.io/k8scloudprovider/openstack-cloud-controller-manager',
|
2023-03-17 09:44:30 +01:00
|
|
|
],
|
2023-10-11 09:53:52 +00:00
|
|
|
// example match: v1.2.3 (1.2 -> compatibility, 3 -> patch)
|
2025-01-21 13:26:42 +01:00
|
|
|
versioning: 'regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$',
|
|
|
|
groupName: 'K8s constrained OpenStack versions',
|
|
|
|
prPriority: 15,
|
2023-03-17 09:44:30 +01:00
|
|
|
},
|
2023-01-05 09:28:33 +01:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchDepNames: [
|
|
|
|
'registry.k8s.io/autoscaling/cluster-autoscaler'
|
|
|
|
],
|
2023-10-11 09:53:52 +00:00
|
|
|
// example match: v1.2.3 (1.2 -> compatibility, 3 -> patch)
|
2025-01-21 13:26:42 +01:00
|
|
|
versioning: 'regex:^(?<compatibility>v?\\d+\\.\\d+\\.)(?<patch>\\d+)$',
|
|
|
|
groupName: 'K8s constrained GCP versions',
|
|
|
|
prPriority: 15,
|
2022-10-28 15:01:58 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchDepNames: [
|
|
|
|
'ghcr.io/edgelesssys/cloud-provider-gcp'
|
|
|
|
],
|
2023-10-11 09:53:52 +00:00
|
|
|
// example match: v1.2.3 (1. -> compatibility, 2 -> minor, 3 -> patch)
|
2025-01-21 13:26:42 +01:00
|
|
|
versioning: 'regex:^(?<compatibility>v\\d+\\.)(?<minor>\\d+)\\.(?<patch>\\d+)$',
|
|
|
|
groupName: 'cloud-provider-gcp (K8s version constrained)',
|
|
|
|
prPriority: 15,
|
2022-10-28 15:01:58 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchPackageNames: [
|
|
|
|
'ghcr.io/edgelesssys/{/,}**',
|
|
|
|
'!ghcr.io/edgelesssys/cloud-provider-gcp',
|
|
|
|
],
|
|
|
|
versioning: 'semver',
|
2023-10-11 09:53:52 +00:00
|
|
|
// Allow packages of ghcr.io/edgelesssys to update to unstable prereleases.
|
|
|
|
// This is necessary because renovate will not update minor versions of
|
|
|
|
// containers that are already tagged as a prerelease in the code
|
|
|
|
// if this is not set.
|
2025-01-21 13:26:42 +01:00
|
|
|
ignoreUnstable: false,
|
|
|
|
groupName: 'Constellation containers',
|
|
|
|
prPriority: 20,
|
|
|
|
schedule: [
|
|
|
|
'before 8am on thursday'
|
|
|
|
],
|
2022-10-28 15:01:58 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchDepNames: [
|
|
|
|
'registry.k8s.io/kas-network-proxy/proxy-agent',
|
|
|
|
'registry.k8s.io/kas-network-proxy/proxy-server',
|
2022-10-28 15:01:58 +02:00
|
|
|
],
|
2025-01-21 13:26:42 +01:00
|
|
|
versioning: 'semver',
|
|
|
|
groupName: 'K8s version independent containers',
|
|
|
|
prPriority: 15,
|
2022-11-21 12:37:11 +01:00
|
|
|
},
|
2022-11-24 16:02:09 +01:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchDepNames: [
|
|
|
|
'^k8s.io/client-go'
|
|
|
|
],
|
|
|
|
matchUpdateTypes: [
|
|
|
|
'major'
|
|
|
|
],
|
|
|
|
enabled: false,
|
2022-11-24 16:02:09 +01:00
|
|
|
},
|
2022-11-21 12:37:11 +01:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchCategories: [
|
|
|
|
'python',
|
|
|
|
'js',
|
|
|
|
'node'
|
|
|
|
],
|
|
|
|
prPriority: -20,
|
2022-11-25 16:13:20 +01:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
matchManagers: [
|
|
|
|
'github-actions'
|
|
|
|
],
|
|
|
|
matchDepNames: [
|
|
|
|
'slsa-framework/slsa-github-generator'
|
|
|
|
],
|
|
|
|
pinDigests: false,
|
2023-04-03 11:45:02 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
additionalBranchPrefix: '{{packageName}}-',
|
|
|
|
groupName: '{{packageName}}',
|
|
|
|
matchDepNames: [
|
|
|
|
'/_(darwin|linux)_(arm64|amd64)$/',
|
|
|
|
],
|
2023-08-10 10:49:28 +02:00
|
|
|
},
|
2022-10-28 15:01:58 +02:00
|
|
|
],
|
2023-10-11 09:53:52 +00:00
|
|
|
// Regex Managers allow detection of other versions in files that renovate
|
|
|
|
// cannot parse by default. For more information, look at
|
|
|
|
// https://docs.renovatebot.com/modules/manager/regex/ .
|
2025-01-21 13:26:42 +01:00
|
|
|
customManagers: [
|
2022-10-28 15:01:58 +02:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
customType: 'regex',
|
|
|
|
fileMatch: [
|
|
|
|
'(^|\\/)versions.go$'
|
|
|
|
],
|
|
|
|
matchStrings: [
|
2023-10-11 09:53:52 +00:00
|
|
|
// Match all container packages.
|
|
|
|
// example match:' "registry.io/owner/foo/bar:v1.2.3@sha256:somehash" // renovate:container'
|
|
|
|
// (registry.io/owner/foo/bar -> depName, v1.2.3 -> currentValue, sha256:somehash -> currentDigest)
|
2025-01-21 13:26:42 +01:00
|
|
|
' \"(?<depName>[^\"]*?):(?<currentValue>[^\"]*?)@(?<currentDigest>sha256:[a-f0-9]+)\"[^\\n]+\\/\\/ renovate:container',
|
2022-10-28 15:01:58 +02:00
|
|
|
],
|
2025-01-21 13:26:42 +01:00
|
|
|
datasourceTemplate: 'docker',
|
2022-10-28 15:01:58 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
customType: 'regex',
|
|
|
|
fileMatch: [
|
|
|
|
'(^|\\/)versions.go$'
|
|
|
|
],
|
|
|
|
matchStrings: [
|
2023-10-11 09:53:52 +00:00
|
|
|
// Match kubernetes releases.
|
2025-01-14 11:41:04 +01:00
|
|
|
// example match:' "https://dl.k8s.io/v1.2.3/foo" // renovate:kubernetes-release'
|
2023-10-11 09:53:52 +00:00
|
|
|
// (v1.2.3 -> currentValue)
|
2025-01-21 13:26:42 +01:00
|
|
|
' \"https:\\/\\/dl\\.k8s\\.io\\/(?<currentValue>[^\\/\\s\"]+)\\/[^\"]+\"[^\\n]+\\/\\/ renovate:kubernetes-release',
|
2023-10-11 09:53:52 +00:00
|
|
|
// Match kubernetes releases.
|
|
|
|
// example match:' " "v1.2.3" // renovate:kubernetes-release"'
|
|
|
|
// (v1.2.3 -> currentValue)
|
2025-01-21 13:26:42 +01:00
|
|
|
' \"(?<currentValue>v\\d+\\.\\d+\\.\\d+)\"[^\\n]+\\/\\/ renovate:kubernetes-release',
|
2022-10-28 15:01:58 +02:00
|
|
|
],
|
2025-01-21 13:26:42 +01:00
|
|
|
depNameTemplate: 'kubernetes/kubernetes',
|
|
|
|
datasourceTemplate: 'github-releases',
|
2022-10-28 15:01:58 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
customType: 'regex',
|
|
|
|
fileMatch: [
|
|
|
|
'(^|\\/)versions.go$',
|
|
|
|
'[.]github\\/(actions|workflows)\\/.*[.]ya?ml'
|
|
|
|
],
|
|
|
|
matchStrings: [
|
2023-10-11 09:53:52 +00:00
|
|
|
// Match github releases.
|
|
|
|
// example match:' "https://github.com/foo/bar/releases/download/v1.2.3/foo.bin" // renovate:github-release'
|
|
|
|
// (foo/bar -> depName, v1.2.3 -> currentValue)
|
2025-01-21 13:26:42 +01:00
|
|
|
'https:\\/\\/github\\.com\\/(?<depName>[^\\/\\s\"]+\\/[^\\/\\s\"]+)\\/releases\\/download\\/(?<currentValue>[^\\/\\s\"]+).*renovate:github-release',
|
2022-10-28 15:01:58 +02:00
|
|
|
],
|
2025-01-21 13:26:42 +01:00
|
|
|
datasourceTemplate: 'github-releases',
|
2022-10-28 15:01:58 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
customType: 'regex',
|
|
|
|
fileMatch: [
|
|
|
|
'(^|\\/)versions.go$'
|
|
|
|
],
|
|
|
|
matchStrings: [
|
2023-10-11 09:53:52 +00:00
|
|
|
// Match kubernetes cri-tools releases (https://github.com/kubernetes-sigs/cri-tools).
|
|
|
|
// example Match:' "https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.2.3/foo"'
|
|
|
|
// (v1.2.3 -> currentValue)
|
2025-01-21 13:26:42 +01:00
|
|
|
' \"https:\\/\\/github\\.com\\/kubernetes-sigs\\/cri-tools\\/releases\\/download\\/(?<currentValue>[^\\/\\s\"]+)\\/[^\"]+\"',
|
2022-10-28 15:01:58 +02:00
|
|
|
],
|
2025-01-21 13:26:42 +01:00
|
|
|
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\"',
|
2022-10-28 15:01:58 +02:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
customType: 'regex',
|
|
|
|
fileMatch: [
|
|
|
|
'versions.go$'
|
|
|
|
],
|
|
|
|
matchStrings: [
|
2023-10-11 09:53:52 +00:00
|
|
|
// Match containernetworking plugin releases (https://github.com/containernetworking/plugins).
|
|
|
|
// example Match:' "https://github.com/containernetworking/plugins/releases/download/v1.2.3/foo"'
|
|
|
|
// (v1.2.3 -> currentValue)
|
2025-01-21 13:26:42 +01:00
|
|
|
' \"https:\\/\\/github\\.com\\/containernetworking\\/plugins\\/releases\\/download\\/(?<currentValue>[^\\/\\s\"]+)\\/[^\"]+\"',
|
2022-10-28 15:01:58 +02:00
|
|
|
],
|
2025-01-21 13:26:42 +01:00
|
|
|
depNameTemplate: 'containernetworking/plugins',
|
|
|
|
datasourceTemplate: 'github-releases',
|
|
|
|
autoReplaceStringTemplate: ' \"https://github.com/containernetworking/plugins/releases/download/{{{newValue}}}/cni-plugins-linux-amd64-{{{newValue}}}.tgz\"',
|
2023-01-17 16:12:23 +01:00
|
|
|
},
|
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
customType: 'regex',
|
|
|
|
fileMatch: [
|
|
|
|
'\\.yaml$',
|
|
|
|
'\\.yml$'
|
|
|
|
],
|
|
|
|
matchStrings: [
|
2023-10-11 09:53:52 +00:00
|
|
|
// Match `go install` commands.
|
2025-01-21 13:26:42 +01:00
|
|
|
// example Match: 'go install foo.bar@0000000000000000000000000000000000000000'
|
2023-10-11 09:53:52 +00:00
|
|
|
// (foo.bar -> depName, 0000000000000000000000000000000000000000 -> currentValue)
|
2025-01-21 13:26:42 +01:00
|
|
|
'go install (?<depName>[^@]+?)@(?<currentValue>[0-9a-f]{40})',
|
2023-01-17 16:12:23 +01:00
|
|
|
],
|
2025-01-21 13:26:42 +01:00
|
|
|
datasourceTemplate: 'go',
|
2023-08-10 10:49:28 +02:00
|
|
|
},
|
2023-10-27 11:56:15 +02:00
|
|
|
{
|
2025-01-21 13:26:42 +01:00
|
|
|
customType: 'regex',
|
|
|
|
fileMatch: [
|
|
|
|
'(^|\\/)e2e_s3proxy/action.yml$'
|
|
|
|
],
|
|
|
|
matchStrings: [
|
2023-10-27 11:56:15 +02:00
|
|
|
// Match mint tags (ghcr.io/edgelesssys/mint).
|
|
|
|
// example Match:' "ghcr.io/edgelesssys/mint:v1.2.3"'
|
|
|
|
// (ghcr.io/edgelesssys/mint -> depName, v1.2.3 -> currentValue)
|
2025-01-21 13:26:42 +01:00
|
|
|
'IMAGE: \"(?<depName>[^\"]*?):(?<currentValue>[^\"]*?)@(?<currentDigest>sha256:[a-f0-9]+)\"[^\\n]+# renovate:mint-fork',
|
2023-10-27 11:56:15 +02:00
|
|
|
],
|
2025-01-21 13:26:42 +01:00
|
|
|
datasourceTemplate: 'docker',
|
2023-10-27 11:56:15 +02:00
|
|
|
},
|
2023-08-10 10:49:28 +02:00
|
|
|
],
|
2022-10-13 14:41:55 +02:00
|
|
|
}
|