chore(config): migrate Renovate config #57
+2
-2
@@ -23,8 +23,8 @@
|
|||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Update openclaw Docker image tag and digest in Nix package",
|
"description": "Update openclaw Docker image tag and digest in Nix package",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"^packages/openclaw-image/default\\.nix$"
|
"/^packages/openclaw-image/default\\.nix$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
" # renovate: datasource=(?<datasource>[^\\s]+) depName=(?<depName>[^\\s]+)\\n openclawImageTag = \"(?<currentValue>[^\"]+)\";\\n openclawImageDigest = \"sha256:(?<currentDigest>[^\"]+)\";"
|
" # renovate: datasource=(?<datasource>[^\\s]+) depName=(?<depName>[^\\s]+)\\n openclawImageTag = \"(?<currentValue>[^\"]+)\";\\n openclawImageDigest = \"sha256:(?<currentDigest>[^\"]+)\";"
|
||||||
|
|||||||
Reference in New Issue
Block a user