Skip to content

Commit

Permalink
chore: fix regex for vars.yaml
Browse files Browse the repository at this point in the history
Fix regex for `vars.yaml`

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Aug 30, 2022
1 parent eac3211 commit 186d372
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"vars.yaml"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?)(?:\\s+extractVersion=(?<extractVersion>.+?))?(?:\\s+versioning=(?<versioning>.+?))?\\s+depName=(?<depName>.+?)?\\s(?:\\s+.*_(?:version|VERSION):\\s+(?<currentValue>.*))?(?:\\s.*_(?:ref|REF):\\s+(?<currentDigest>.*))?"
"# renovate: datasource=(?<datasource>.*?)(?:\\s+extractVersion=(?<extractVersion>.+?))?(?:\\s+versioning=(?<versioning>.+?))?\\s+depName=(?<depName>.+?)?\\s(?:.*_(?:version|VERSION):\\s+(?<currentValue>.*))?(?:\\s.*_(?:ref|REF):\\s+(?<currentDigest>.*))?"
],
"versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}"
},
Expand Down
2 changes: 1 addition & 1 deletion container-runtime/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-tags extractVersion=^release-(?<version>.*)$ versioning=loose depName=google/gvisor
GVISOR_VERSION: "20220405.0"
GVISOR_VERSION: 20220405.0
2 changes: 1 addition & 1 deletion firmware/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases extractVersion=^microcode-(?<version>.*)$ versioning=loose depName=intel/Intel-Linux-Processor-Microcode-Data-Files
INTEL_UCODE_VERSION: "20220809"
INTEL_UCODE_VERSION: 20220809
4 changes: 2 additions & 2 deletions nvidia-gpu/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIBNVIDIA_CONTAINER_REF: 395fd41701117121f1fd04ada01e1d7e006a37ae
GOLANG_VERSION: 1.17.13
# renovate: datasource=git-tags extractVersion=^glibc-(?<version>.*)$ versioning=loose depName=https://sourceware.org/git/glibc.git
GLIBC_VERSION: 2.36
# renovate: datasource=docker versioning=loose depName=ubuntu
# renovate: datasource=docker versioning=docker depName=ubuntu
UBUNTU_IMAGE_VERSION: 22.10
# renovate: datasource=docker versioning=loose depName=debian
# renovate: datasource=docker versioning=docker depName=debian
DEBIAN_IMAGE_VERSION: 10

0 comments on commit 186d372

Please sign in to comment.