From 13e72521aec5e5c4dfb4cf2c37be7672d51db63e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:53:41 +0200 Subject: [PATCH] chore: Configure Renovate (#2) * Add renovate.json * feat(deps): Configure Renovate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: plcnk --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..3e6d255 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>plcnk/.github:default.json5", + ":semanticCommitTypeAll(chore)" + ] +}