From 6c7727529ecc1ed4e8b09c6ab2f571a4ec5a8c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mirtes?= Date: Tue, 1 Feb 2022 23:08:52 +0100 Subject: [PATCH] Update and rename renovate.json to .github/renovate.json --- .github/renovate.json | 23 +++++++++++++++++++++++ renovate.json | 5 ----- 2 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 .github/renovate.json delete mode 100644 renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..597ad92 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,23 @@ +{ + "extends": [ + "config:base" + ], + "rangeStrategy": "update-lockfile", + "packageRules": [ + { + "matchPaths": ["+(composer.json)"], + "enabled": true, + "groupName": "root-composer" + }, + { + "matchPaths": ["build-cs/**"], + "enabled": true, + "groupName": "build-cs" + }, + { + "matchPaths": [".github/**"], + "enabled": true, + "groupName": "github-actions" + } + ] +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index f45d8f1..0000000 --- a/renovate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": [ - "config:base" - ] -}