Skip to content

Commit

Permalink
Do not update glibc version automatically (#35)
Browse files Browse the repository at this point in the history
Specific version of glibc is required by the ruby gem and can't be independently updated.
  • Loading branch information
at-wat authored Aug 29, 2023
1 parent 2205721 commit 15f54c4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@
"postUpdateOptions": [
"gomodTidy"
],
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"ARG GLIBC_VERSION=(?<currentValue>.*)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "sgerrand/alpine-pkg-glibc",
"versioningTemplate": "loose"
}
],
"packageRules": [
{
"matchPackagePatterns": ["^grpc-tools"],
Expand Down

0 comments on commit 15f54c4

Please sign in to comment.