Skip to content

Commit

Permalink
renovate: Block updating majors & minors of balena-hup-action-utils
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
thgreasi committed Nov 15, 2024
1 parent 17c58ad commit d9711c1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
"extends": ["github>balena-io/renovate-config"],
"prConcurrentLimit": 3,
"prHourlyLimit": 1,
"rebasewhen": "automerge"
"rebasewhen": "automerge",
"packageRules": [
{
"matchPackageNames": ["balena-hup-action-utils"],
"matchUpdateTypes": [
"major",
"minor"
],
"enabled": false
}
]
}

0 comments on commit d9711c1

Please sign in to comment.