chore: ci-templates-Verweis nicht auf github.com suchen
Der Aufruf des wiederverwendbaren Workflows in .gitea/workflows/ci.yml wird vom github-actions-Manager als Action gelesen. Auf github.com gibt es roland/ci-templates nicht, der Lookup scheitert in jedem Lauf und landet als Warnung im Dependency Dashboard.
This commit is contained in:
@@ -47,6 +47,16 @@
|
|||||||
"renovate-config"
|
"renovate-config"
|
||||||
],
|
],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "roland/ci-templates ist ein wiederverwendbarer Gitea-Workflow, kein GitHub-Action-Paket. Renovate sucht den Verweis aus .gitea/workflows/ci.yml sonst auf github.com und meldet in jedem Lauf 'Failed to look up github-digest package roland/ci-templates'.",
|
||||||
|
"matchManagers": [
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"roland/ci-templates"
|
||||||
|
],
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user