Skip to content

Commit

Permalink
renovate: avoid unexpected major/minor update of kernel images (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg authored Jun 15, 2024
1 parent 9a64222 commit 4a0f628
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
],
"stopUpdatingLabel": "renovate/stop-updating",
"packageRules": [
{
"enabled": false,
"matchPackageNames": [
"quay.io/lvh-images/kernel-images",
],
"matchUpdateTypes": [
"major",
"minor"
],
},
{
"groupName": "all github action dependencies",
"groupSlug": "all-github-action",
Expand Down

0 comments on commit 4a0f628

Please sign in to comment.