Skip to content

Commit 1319230

Browse files
committed
Update renovate.json
1 parent 97c7b33 commit 1319230

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["local>sanity-io/renovate-config"],
44
"ignorePresets": ["github>sanity-io/renovate-config:group-non-major"],
5-
"dependencyDashboardApproval": false
5+
"dependencyDashboardApproval": false,
6+
"packageRules": [
7+
{
8+
"matchFileNames": ["apps/**/package.json"],
9+
"extends": [":semanticCommitTypeAll(chore)"]
10+
}
11+
]
612
}

0 commit comments

Comments
 (0)