From f3247ed47bcf4d41856876811a2f466ab9cd0ada Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Fri, 5 Jan 2024 13:01:38 +0000 Subject: [PATCH] 1 --- 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..01ae43a --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices", + "schedule:earlyMondays" + ] +}