diff --git a/.gitignore b/.gitignore index 9d1a5c7408f..4b8deb0703d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ !/.forgejo !/.gitignore !/.mailmap +!/.renovaterc.json !/CONTRIBUTING.md !/COPYING !/Manual.md diff --git a/.renovaterc.json b/.renovaterc.json new file mode 100644 index 00000000000..1e19eaf4d37 --- /dev/null +++ b/.renovaterc.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>snailed/renovate-config:void-packages-custom" + ] +}