From 15f54c49c7f01fd1eb7559f8f8c691e32580a6a8 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 29 Aug 2023 14:56:01 +0900 Subject: [PATCH] Do not update glibc version automatically (#35) Specific version of glibc is required by the ruby gem and can't be independently updated. --- renovate.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/renovate.json b/renovate.json index aa93846..79e113b 100644 --- a/renovate.json +++ b/renovate.json @@ -5,19 +5,6 @@ "postUpdateOptions": [ "gomodTidy" ], - "regexManagers": [ - { - "fileMatch": [ - "^Dockerfile$" - ], - "matchStrings": [ - "ARG GLIBC_VERSION=(?.*)" - ], - "datasourceTemplate": "github-tags", - "depNameTemplate": "sgerrand/alpine-pkg-glibc", - "versioningTemplate": "loose" - } - ], "packageRules": [ { "matchPackagePatterns": ["^grpc-tools"],