We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c7b33 commit 1319230Copy full SHA for 1319230
.github/renovate.json
@@ -2,5 +2,11 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["local>sanity-io/renovate-config"],
4
"ignorePresets": ["github>sanity-io/renovate-config:group-non-major"],
5
- "dependencyDashboardApproval": false
+ "dependencyDashboardApproval": false,
6
+ "packageRules": [
7
+ {
8
+ "matchFileNames": ["apps/**/package.json"],
9
+ "extends": [":semanticCommitTypeAll(chore)"]
10
+ }
11
+ ]
12
}
0 commit comments