From 3cef81c154e414cf4749d854eadc02d34e22f751 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 6 Jun 2024 21:28:00 +0200 Subject: [PATCH] New config: renovate.json --- .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..fb814dc --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>brave/renovate-config" + ] +}