From fe35c8261d04817b059930a49323964e1e06b6c6 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 22 Sep 2024 20:03:53 +0100 Subject: [PATCH] build(renovate): ignore alias kemitix/todo-checker Renovate isn't smart enough to realise that this is hosted on code.forgejo.org, and the whole point of having it here is to verify that the shorthand format works. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..5794dfd 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] + ], + "ignoreDeps": ["kemitix/todo-checker"] }