Skip to content

Commit 3b81658

Browse files
authored
Add package rules for patch updates in Renovate config (#39)
2 parents 93338a9 + 82761bb commit 3b81658

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base"
5+
],
6+
"packageRules": [
7+
{
8+
"matchUpdateTypes": ["patch"],
9+
"groupName": "all-patch-updates"
10+
}
511
]
612
}

0 commit comments

Comments
 (0)