From 1b694750c22c318aad23940f43c1889d43766e16 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 5 Mar 2024 19:04:05 +0100 Subject: [PATCH] renovate.json: add company config --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..6f29be5 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>brave-intl/renovate-config" + ] +}