Skip to content

Commit

Permalink
renovate: pin ubuntu versions
Browse files Browse the repository at this point in the history
pin all ubuntu versions to 22.04, expect images/iptables-20.04/Dockerfile which
needs 20.04

Signed-off-by: Gilberto Bertin <[email protected]>
  • Loading branch information
jibi authored and aanm committed May 3, 2024
1 parent 6fd8e1b commit 5c1fe75
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,22 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchPackageNames": [
"ubuntu"
],
"allowedVersions": "22.04"
},
{
"matchPaths": [
"images/iptables-20.04/Dockerfile"
],
"matchPackageNames": [
"ubuntu"
],
"allowedVersions": "20.04"
}
]
}

0 comments on commit 5c1fe75

Please sign in to comment.