use exact package name match

This commit is contained in:
Robert Kaussow 2023-12-24 00:01:40 +01:00
parent 1dc53d1970
commit 2ce29b2bff
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{
"matchManagers": ["woodpecker"],
"matchFileNames": [".woodpecker/test.yml"],
"matchPackagePatterns": ["^docker.io/library/python"],
"matchPackageNames": ["docker.io/library/python"],
"enabled": false
}
]