Skip to content

Commit

Permalink
chore: Update Docker dependency in renovate.json configuration to mat…
Browse files Browse the repository at this point in the history
…ch current value
  • Loading branch information
stephdl committed Aug 19, 2024
1 parent 1bb519f commit 02d7185
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,21 @@
"depNameTemplate": "mariadb",
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"matchPackageNames": ["node"],
"allowedVersions": "<= 18"
},
{
"matchPackageNames": [
"ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable"
],
"allowedVersions": "<= 10.0"
},
{
"matchPackageNames": ["mariadb"],
"allowedVersions": "<= 10.11"
}
]
}

0 comments on commit 02d7185

Please sign in to comment.