Skip to content

Commit

Permalink
.github: do not upgrade ubuntu runner for integration tests
Browse files Browse the repository at this point in the history
The integration tests can't be upgraded to Ubuntu 22 since we are still
using clang 10. Once we upgrade clang, we can remove this rule from
renovate.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Aug 30, 2023
1 parent fc17ec1 commit 4664d08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@
"on monday"
]
},
{
"matchPaths": [
".github/workflows/integration-test.yaml"
],
matchPackageNames: [
"ubuntu"
],
"allowedVersions": "20.04",
},
{
"groupName": "all go dependencies main",
"groupSlug": "all-go-deps-main",
Expand Down

0 comments on commit 4664d08

Please sign in to comment.