From 4d1881d889a2690c529d41b56ed1c28d71fa7b20 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Tue, 17 Dec 2024 21:05:20 -0500 Subject: [PATCH] disable renovate bot for assemblyscript --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index dc9f9cb64..6c1edb2f8 100644 --- a/renovate.json +++ b/renovate.json @@ -23,6 +23,10 @@ { "matchPackageNames": ["typescript", "@theguild/**", "@pinax/**"], "groupName": null + }, + { + "matchPackageNames": ["assemblyscript"], + "enabled": false } ] }