From b6054cc05bfa0aec4f15aff1a95c44ca84326c22 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Wed, 4 Sep 2024 21:08:36 +0300 Subject: [PATCH] chore: Update renovate (#169) * Do not update in nox-distro * Update renovate --- .github/renovate.json | 39 ++++----------------------------------- 1 file changed, 4 insertions(+), 35 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index c4dd3fc..0af4f95 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,39 +1,8 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", - ":semanticCommitTypeAll(chore)" + "github>fluencelabs/renovate", + "github>fluencelabs/renovate:npm", + "github>fluencelabs/renovate:cargo" ], - "enabledManagers": ["cargo", "npm", "github-actions", "pip_requirements"], - "rangeStrategy": "pin", - "schedule": "every weekend", - "respectLatest": false, - "packageRules": [ - { - "matchManagers": ["cargo", "npm"], - "matchPackagePatterns": [ - "@fluencelabs/.*", - "fluence-.*", - "marine-.*" - ], - "semanticCommitType": "fix", - "semanticCommitScope": "deps", - "schedule": "at any time" - }, - { - "matchDepTypes": ["devDependencies"], - "prPriority": -1, - "semanticCommitType": "chore", - "semanticCommitScope": "deps" - }, - { - "matchUpdateTypes": ["major"], - "prConcurrentLimit": 1 - }, - { - "matchManagers": ["github-actions"], - "groupName": "all github-actions", - "prPriority": -1 - } - ] + "enabledManagers": ["cargo", "npm", "pip_requirements"] }