From 0de4d4f861cfbf86430bb46be72cad07956fdac5 Mon Sep 17 00:00:00 2001 From: GreemDev Date: Fri, 1 May 2026 21:20:20 -0500 Subject: [PATCH] some config modifications --- .forgejo/renovate.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.forgejo/renovate.json b/.forgejo/renovate.json index abe6f38bf..1d968a4f1 100644 --- a/.forgejo/renovate.json +++ b/.forgejo/renovate.json @@ -2,5 +2,18 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "renovate/config" + ], + "enabledManagers": ["nuget", "github-actions"], + "packageRules": [ + { + "matchDepNames": "Avalonia.*", + "matchDepTypes": "nuget", + "dependencyDashboardApproval": true + }, + { + "matchDepNames": "Gommon", + "matchDepTypes": "nuget", + "enabled": false + } ] }