feat(ssh-copy): replace scp with rsync

This commit is contained in:
2026-05-20 03:56:55 +02:00
parent 0e2c8862e8
commit 3e2cae8924
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"customType": "regex",
"managerFilePatterns": ["**/action.yml"],
"matchStrings": [
"##\\s*renovate:\\s*datasource=(?<datasource>[^\\s]+)\\s+depName=(?<depName>[^\\s]+)\\n\\s*[A-Z_]+(?:_VERSION)?\\s*:\\s*[\"']?(?<currentValue>[^\\s\"'#]+)[\"']?"
"#+\\s*renovate:\\s*datasource=(?<datasource>[^\\s]+)\\s+depName=(?<depName>[^\\s]+)\\s+[A-Z0-9_]+\\s*:\\s*[\"']?(?<currentValue>[^\\s\"'#]+)[\"']?"
],
"description": "match any pinned dependency using SCREAMING_SNAKE_CASE naming as ENV"
}