Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored Aug 19, 2024
1 parent c03661b commit 1a1c41f
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>NethServer/.github:renovate-config"
"extends": ["config:base"],
"ignorePaths": ["**/ui/**"],
"regexManagers": [
{
"fileMatch": ["build-images.sh"],
"matchStrings": ["docker\\.io/mariadb:(?<currentValue>[^\\s]+)"],
"depNameTemplate": "mariadb",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["build-images.sh"],
"matchStrings": ["docker\\.io/phpmyadmin/phpmyadmin:(?<currentValue>[^\\s]+)"],
"depNameTemplate": "phpmyadmin/phpmyadmin",
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"matchPackageNames": ["mariadb"],
"allowedVersions": "<= 10.11"
}
]
}

0 comments on commit 1a1c41f

Please sign in to comment.