1
0
Fork 0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2026-01-19 03:39:14 +08:00
commit c3b8061d7d
No known key found for this signature in database
1 changed files with 30 additions and 21 deletions

View File

@ -100,6 +100,36 @@
"matchPackageNames": ["gitlab/gitlab**"], "matchPackageNames": ["gitlab/gitlab**"],
"groupName": "GitLab" "groupName": "GitLab"
}, },
{
"matchPackageNames": ["ghcr.io/pooneyy/php", "php"],
"matchCurrentVersion": "/^(7.4[^\\s]*)/",
"allowedVersions": "/^(7.4[^\\s]*)/"
},
{
"matchPackageNames": ["ghcr.io/pooneyy/php"],
"matchCurrentVersion": "/^(8.1[^\\s]*)/",
"allowedVersions": "/^(8.1[^\\s]*)/"
},
{
"matchPackageNames": ["ghcr.io/pooneyy/php"],
"matchCurrentVersion": "/^(8.2[^\\s]*)/",
"allowedVersions": "/^(8.2[^\\s]*)/"
},
{
"matchPackageNames": ["ghcr.io/pooneyy/php"],
"matchCurrentVersion": "/^(8.3[^\\s]*)/",
"allowedVersions": "/^(8.3[^\\s]*)/"
},
{
"matchPackageNames": ["ghcr.io/pooneyy/php"],
"matchCurrentVersion": "/^(8.4[^\\s]*)/",
"allowedVersions": "/^(8.4[^\\s]*)/"
},
{
"matchPackageNames": ["ghcr.io/pooneyy/php"],
"matchCurrentVersion": "/^(8.5[^\\s]*)/",
"allowedVersions": "/^(8.5[^\\s]*)/"
},
{ {
"matchPackageNames": ["tdengine/tsdb**"], "matchPackageNames": ["tdengine/tsdb**"],
"groupName": "TDengine" "groupName": "TDengine"
@ -265,27 +295,6 @@
], ],
"allowedVersions": "/^8.*.*/" "allowedVersions": "/^8.*.*/"
}, },
{
"matchFileNames": [
"apps/php-unofficial/7.4.*/*.yml",
"apps/php-unofficial/7.4.*/Dockerfile"
],
"allowedVersions": "/^7.4.*/"
},
{
"matchFileNames": [
"apps/php-unofficial/8.1.*/*.yml",
"apps/php-unofficial/8.1.*/Dockerfile"
],
"allowedVersions": "/^8.1.*/"
},
{
"matchFileNames": [
"apps/php-unofficial/8.4.*/*.yml",
"apps/php-unofficial/8.4.*/Dockerfile"
],
"allowedVersions": "/^8.4.*/"
},
{ {
"matchFileNames": [ "matchFileNames": [
"apps/reader/2.7.*/*.yml" "apps/reader/2.7.*/*.yml"