fix: fix internal package name regex and field and remove package groups #38

Merged
t.behrendt merged 1 commits from fix-exclude-internal-packages-from-min-release-age into main 2026-02-14 12:57:41 +01:00
Showing only changes of commit b1cd7c0dc7 - Show all commits

View File

@@ -12,8 +12,7 @@
},
{
"description": "Exempt local dependencies from the minimum release age",
"matchManagers": ["docker-compose", "helm-values", "github-actions", "kubernetes", "dockerfile"],
"matchPackagePatterns": ["^(https:\\/\\/)?gitea\\.t000-n\\.de\/"],
"matchPackageNames": ["/^(https:\\/\\/)?gitea\\.t000-n\\.de/"],
"minimumReleaseAge": null
}
]