Update renovate.json

Ignore .github directory, since we're not using it ..  and this is a fork from a mirror.
This commit is contained in:
2024-06-11 08:43:46 -06:00
parent 0743d7fa6d
commit 304ba2a48a

View File

@ -1,5 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"includeForks": true
"includeForks": true,
"ignorePaths": [
".github"
]
}