From 9cff7d242bd38a894eb6b8272f6d7026350a9c85 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Thu, 19 Jun 2025 13:47:10 +1200 Subject: [PATCH] chore: add renovate config --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..788fa8b --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended", "group:allNonMajor", "schedule:monthly"], + "timezone": "Pacific/Auckland", + "labels": ["dependencies"], + "vulnerabilityAlerts": { + "labels": ["security"], + "schedule": ["at any time"] + } +}