Skip to content

Commit

Permalink
rennovate: Update configuration for golang
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras committed Dec 6, 2023
1 parent 24c98cf commit 90e6ef9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@
"matchStrings": [
"envoy-(?<currentValue>.*)"
]
},
{
"fileMatch": [
"^Dockerfile.builder$",
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+_VERSION=(?<currentValue>.*) /"
]
}
]
}

0 comments on commit 90e6ef9

Please sign in to comment.