forgejo-todo-checker/renovate.json
Paul Campbell fe35c8261d
All checks were successful
Test / checks (map[name:nightly]) (push) Successful in 2m51s
Test / checks (map[name:stable]) (push) Successful in 5m23s
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.
2024-09-22 20:05:06 +01:00

7 lines
156 B
JSON

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