Skip to content

Commit

Permalink
chore: Update Docker dependency in renovate.json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Aug 19, 2024
1 parent 768ee97 commit dd30527
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@
"extends": ["config:base"],
"ignorePaths": ["**/ui/**"],
"regexManagers": [
{
"fileMatch": ["test-module.sh"],
"matchStrings": [
"ghcr\\.io/marketsquare/robotframework-browser/rfbrowser-stable:(?<currentValue>[^\\s]+)"
],
"depNameTemplate": "MarketSquare/robotframework-browser",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["build-images.sh"],
"matchStrings": [
"\\bdocker\\.io/(?<depName>.+):(?<currentValue>[-0-9\\.a-z]+)"
],
"datasourceTemplate": "docker"
},
{
"fileMatch": ["build-images.sh"],
"matchStrings": [
Expand All @@ -34,16 +19,6 @@
}
],
"packageRules": [
{
"matchPackageNames": ["node"],
"allowedVersions": "<= 18"
},
{
"matchPackageNames": [
"ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable"
],
"allowedVersions": "<= 10.0"
},
{
"matchPackageNames": ["mariadb"],
"allowedVersions": "<= 10.11"
Expand Down

0 comments on commit dd30527

Please sign in to comment.