From 36b37fa689a6978fcdb1cc37b191030ade8b69a6 Mon Sep 17 00:00:00 2001 From: Naoki Aoyama <9667078+naa0yama@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:47:17 +0900 Subject: [PATCH] Update renovate.json --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index ef0da48..b23ee05 100644 --- a/renovate.json +++ b/renovate.json @@ -10,7 +10,7 @@ "Dockerfile" ], "matchStrings": [ - "ASDF_VERSION:=\"(?.*?)\"\\n" + "ASDF_VERSION=\"(?.*?)\"" ], "datasourceTemplate": "github-releases", "depNameTemplate": "asdf-vm/asdf" @@ -21,7 +21,7 @@ "Dockerfile" ], "matchStrings": [ - "BIOME_VERSION=\"(?.*?)\"\\n" + "BIOME_VERSION=\"(?.*?)\"" ], "datasourceTemplate": "github-releases", "depNameTemplate": "biomejs/biome" @@ -32,7 +32,7 @@ "Dockerfile" ], "matchStrings": [ - "WSL2SSHAGENT_VERSION=\"(?.*?)\"\\n" + "WSL2SSHAGENT_VERSION=\"(?.*?)\"" ], "datasourceTemplate": "github-releases", "depNameTemplate": "mame/wsl2-ssh-agent"