Fix renovate matcher (#116)
This commit is contained in:
committed by
Christiaan Goossens
parent
e601a63a3d
commit
c821ac19f7
@@ -21,7 +21,9 @@
|
|||||||
{
|
{
|
||||||
"description": "Group all GitHub Actions updates",
|
"description": "Group all GitHub Actions updates",
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
"github-actions"
|
"github-actions",
|
||||||
|
"github-tags",
|
||||||
|
"github-runners"
|
||||||
],
|
],
|
||||||
"groupName": "Github Actions Updates",
|
"groupName": "Github Actions Updates",
|
||||||
"automerge": true
|
"automerge": true
|
||||||
@@ -37,9 +39,9 @@
|
|||||||
"automerge": false
|
"automerge": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Version updates for other pip packages",
|
"description": "Version updates for other Python packages",
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
"uv"
|
"pypi"
|
||||||
],
|
],
|
||||||
"automerge": false
|
"automerge": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user