Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@
"docker/Dockerfile.devel"
],
"matchStrings": [
"FROM golang:(?<currentValue>\\d+\\.\\d+\\.\\d+)"
"FROM (?<depName>\\S+):(?<currentValue>[^\\s@]+)@(?<currentDigest>sha256:[a-f0-9]{64})"
],
"depNameTemplate": "go",
"datasourceTemplate": "golang-version",
"versioningTemplate": "semver"
"datasourceTemplate": "docker"
Comment thread
cdesiniotis marked this conversation as resolved.
}
],
"labels": [
Expand Down Expand Up @@ -170,8 +168,8 @@
{
"description": "Group all Go toolchain version bumps",
"matchManagers": ["custom.regex"],
"matchPackageNames": ["go"],
"matchDatasources": ["golang-version"],
"matchPackageNames": ["go", "golang"],
"matchDatasources": ["golang-version", "docker"],
"groupName": "Go toolchain",
"groupSlug": "go-toolchain",
"separateMajorMinor": false,
Expand Down
Loading