From 5e446e37c6024c7fec6154c1611190350902c7ba Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Sun, 16 Mar 2025 18:29:09 +0100 Subject: [PATCH] chore: shared renovate configuration dep: https://github.com/immich-app/.github/pull/2 --- renovate.json | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) diff --git a/renovate.json b/renovate.json index 9861934..ee71891 100644 --- a/renovate.json +++ b/renovate.json @@ -1,41 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", "docker:pinDigests"], - "minimumReleaseAge": "5 days", - "packageRules": [ - { - "groupName": "core", - "matchUpdateTypes": ["minor", "patch"], - "excludePackageNames": ["node", "@types/node"], - "schedule": "on tuesday" - }, - { - "groupName": "svelte", - "matchUpdateTypes": ["major"], - "matchPackagePrefixes": ["@sveltejs"], - "schedule": "on tuesday" - }, - { - "matchFileNames": [".github/**"], - "groupName": "github-actions", - "schedule": "on tuesday" - }, - { - "matchDatasources": ["npm"], - "rangeStrategy": "bump", - "groupName": "node", - "versioning": "node", - "matchPackageNames": ["node", "@types/node"], - "schedule": "on tuesday" - }, - { - "groupName": "node", - "matchDatasources": ["docker"], - "matchPackageNames": ["node"], - "versionCompatibility": "^(?[^-]+)(?-.*)?$", - "versioning": "node", - "schedule": "on tuesday" - } - ], - "labels": ["dependencies", "renovate"] + "extends": ["local>immich-app/.github:renovate-config"], + "schedule": "on tuesday" }