We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62b2d6e + 3bc901c commit 045ae3dCopy full SHA for 045ae3d
1 file changed
.github/renovate.json
@@ -1,5 +1,10 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>balena-io/renovate-config"],
4
- "packageRules": [{ "matchPackagePatterns": ["*"], "automerge": false }]
+ "packageRules": [
5
+ {
6
+ "automerge": false,
7
+ "matchPackageNames": ["*"]
8
+ }
9
+ ]
10
}
0 commit comments