Skip to content

Commit

Permalink
ci(renovate): ignore new go versions for 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Oct 23, 2023
1 parent 30ca7cf commit c478db1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"ghcr.io/dockhippie/golang"
],
"matchFileNames": [
"v2.5/Dockerfile*"
"v2.5/Dockerfile*",
"v2.6/Dockerfile*"
],
"updateTypes": [
"major",
Expand Down

0 comments on commit c478db1

Please sign in to comment.