From b21c528c06f003b5f7e8ad2c4d352ae12a9e8c23 Mon Sep 17 00:00:00 2001 From: connorhartley Date: Thu, 14 Apr 2022 21:17:17 +1200 Subject: [PATCH] update renovate config --- renovate.json | 42 ++---------------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) diff --git a/renovate.json b/renovate.json index dc31805..6b11df8 100644 --- a/renovate.json +++ b/renovate.json @@ -1,43 +1,5 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" - ], - "schedule": [ - "on monday" - ], - "packageRules": [ - { - "matchSourceUrlPrefixes": ["https://github.com/google/error-prone"], - "groupName": "error-prone monorepo" - }, - { - "matchPackagePrefixes": ["com.google.auto.value:"], - "groupName": "auto-value monorepo" - }, - { - "matchPackagePrefixes": ["com.google.guava:"], - "versioning": "regex:^(?\\d+)(\\.(?\\d+))?(\\.(?\\d+))?(-(?.*))?$" - }, - { - "matchUpdateTypes": ["patch"], - "excludePackageNames": ["gradle"], - "groupName": "patch-release dependency changes" - }, - { - "matchManagers": ["github-actions", "gradle-wrapper"], - "groupName": "gradle and github actions" - }, - { - "matchDepTypes": ["plugin"], - "groupName": "gradle and github actions" - }, - { - "matchPaths": ["build-logic/*"], - "groupName": "gradle and github actions" - } - ], - "prHourlyLimit": 3, - "pruneStaleBranches": false, - "semanticCommits": "disabled" + "local>vectrix-space/.github:renovate-config" + ] }