build(renovate): ignore alias kemitix/todo-checker
All checks were successful
Test / checks (map[name:nightly]) (push) Successful in 2m51s
Test / checks (map[name:stable]) (push) Successful in 5m23s

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.
This commit is contained in:
Paul Campbell 2024-09-22 20:03:53 +01:00
parent e1cab7d4e7
commit fe35c8261d

View file

@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended" "config:recommended"
] ],
"ignoreDeps": ["kemitix/todo-checker"]
} }