From 920f4db986081e66dd755e471855e470f5002f9c Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 21 May 2024 21:54:01 +0200 Subject: [PATCH] fix renovaterc --- .gitignore | 1 + .renovaterc.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .renovaterc.json 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" + ] +}