Skip to content

Commit

Permalink
ci: prevent more incompatible upgrades by renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 10, 2023
1 parent f5041b1 commit c8d51e8
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
]
},
{
"description": "Disable for incompatible versions",
"description": "Disable incompatible caddy-jwt upgrades",
"matchPackageNames": [
"ggicci/caddy-jwt"
],
Expand All @@ -60,6 +60,21 @@
"patch"
],
"enabled": false
},
{
"description": "Disable incompatible golang upgrades",
"matchPackageNames": [
"ghcr.io/dockhippie/golang"
],
"matchFileNames": [
"v2.5/Dockerfile*"
],
"updateTypes": [
"major",
"minor",
"patch"
],
"enabled": false
}
]
}

0 comments on commit c8d51e8

Please sign in to comment.