From fea42438758597cbe9d145a39a9807af2a2d384b Mon Sep 17 00:00:00 2001 From: nyyu Date: Tue, 28 Jan 2025 20:38:22 +0100 Subject: [PATCH] fix: conf --- default.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/default.json b/default.json index fa75a77..ac1402f 100644 --- a/default.json +++ b/default.json @@ -27,7 +27,6 @@ { "matchManagers": ["cargo", "npm"], "matchUpdateTypes": ["minor"], - "matchCurrentVersion": "!/^0/", "enabled": false }, { @@ -39,7 +38,7 @@ { "matchDatasources": ["docker"], "matchPackageNames": ["docker.nyyu.dev/nyyu/nexus"], - "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?[\\d-]+|)?$" + "versioning": "loose" } ], "customManagers": [ @@ -68,4 +67,4 @@ "kubernetes": { "fileMatch": ["\\.yaml$"] } -} \ No newline at end of file +}