From 8db8740d385b14f4bccbba2bf499ab90c93141b9 Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Thu, 16 Nov 2023 13:24:08 -0800 Subject: [PATCH] feat: adding renovate --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..81d5e5e --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "Presets from https://github.com/bcgov/renovate-config", + "extends": [ + "github>bcgov/renovate-config" + ] +}