From fdab2b4a39308c0be7b24c1e20187f15c2af5002 Mon Sep 17 00:00:00 2001 From: Olivia Date: Mon, 17 Jun 2024 14:36:34 -0500 Subject: [PATCH] Add renovate config from chewbotcca --- .github/renovate.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..3764bab --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,15 @@ +{ + "extends": [ + "config:base" + ], + "packageRules": [ + { + "matchDatasources": ["maven"], + "groupName": "Maven" + }, + { + "matchManagers": ["github-actions"], + "groupName": "GitHub Actions" + } + ] +}