From 3eb8ac0e20ac1118322ab8ae2c20c0be8266028a Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 5 Mar 2024 19:09:01 +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 00000000..fb814dce --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>brave/renovate-config" + ] +}