Add renovate package rule to apply build label (#2440)

This commit is contained in:
Robert Kaussow 2023-09-11 08:57:20 +02:00 committed by GitHub
parent c4f8798cf6
commit 9eb3efadc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,10 @@
"matchManagers": ["gomod", "npm", "dockerfile"], "matchManagers": ["gomod", "npm", "dockerfile"],
"labels": ["dependencies"] "labels": ["dependencies"]
}, },
{
"matchManagers": ["woodpecker"],
"labels": ["build"]
},
{ {
"groupName": "golang deps non-major", "groupName": "golang deps non-major",
"matchManagers": ["gomod"], "matchManagers": ["gomod"],