diff --git a/renovate.json b/renovate.json index e37c625..add0b72 100644 --- a/renovate.json +++ b/renovate.json @@ -12,7 +12,6 @@ "prHourlyLimit": 10, "prConcurrentLimit": 20, "rebaseWhen": "behind-base-branch", - "ignoreDeps": ["actions/release-action", "https://gitea.com/actions/release-action"], "packageRules": [ { "description": "Group all minor and patch updates per ecosystem in one PR", @@ -27,8 +26,8 @@ }, { "description": "TypeScript type definitions stay grouped with each other", - "groupName": "type definitions", - "matchPackageNames": ["@types/{/,}**"] + "matchPackagePrefixes": ["@types/"], + "groupName": "type definitions" }, { "description": "Dev dependencies in their own group", @@ -39,12 +38,6 @@ "description": "Pin GitHub Action versions by SHA for supply-chain hygiene", "matchManagers": ["github-actions"], "pinDigests": true - }, - { - "description": "Branch-ref refs (e.g. @main) cannot be tag-resolved — disable lookups for our known offenders", - "matchManagers": ["gitea-tags"], - "matchPackageNames": ["actions/release-action"], - "enabled": false } ], "vulnerabilityAlerts": {