File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "semanticCommitScope" : "deps" ,
2828 "semanticCommitType" : "chore" ,
2929 "semanticCommits" : "enabled" ,
30- "separateMultipleMajor" : true , // create separate PRs for major updates
3130 "timezone" : "America/New_York" ,
3231 "updatePinnedDependencies" : true ,
3332 // beta features
3635 } ,
3736 // group/package rules
3837 "packageRules" : [
38+ // Create separate PRs for each major version unless the dependency is already grouped.
39+ {
40+ "matchJsonata" : [ "groupName = null or $not($exists(groupName))" ] ,
41+ "separateMultipleMajor" : true ,
42+ } ,
3943 // Keep Debian Docker tags on plain codenames or major versions, not dated rebuild tags.
4044 {
4145 "matchDatasources" : [ "docker" ] ,
5660 "actions/**" ,
5761 "github/**"
5862 ] ,
63+ "separateMultipleMajor" : false ,
5964 } ,
6065 // Group docker actions
6166 {
6772 "matchPackageNames" : [
6873 "docker/**" ,
6974 ] ,
75+ "separateMultipleMajor" : false ,
7076 } ,
7177 // Group dev dependencies
7278 {
8591 "matchPackageNames" : [
8692 "pytest*" ,
8793 ] ,
94+ "separateMultipleMajor" : false ,
8895 } ,
8996 // combine oddstr13/jellyfin-plugin-repository-manager and pypi jprm into a single group
9097 {
97104 "oddstr13/jellyfin-plugin-repository-manager" ,
98105 "jprm" ,
99106 ] ,
107+ "separateMultipleMajor" : false ,
100108 } ,
101109 ] ,
102110 "customManagers" : [
You can’t perform that action at this time.
0 commit comments