You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
843 B
42 lines
843 B
{ |
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json", |
|
"extends": [ |
|
"config:best-practices" |
|
], |
|
"labels": [ |
|
"dependencies" |
|
], |
|
"rangeStrategy": "bump", |
|
"packageRules": [ |
|
{ |
|
"groupName": "built_value", |
|
"matchPackagePatterns": "^built" |
|
}, |
|
{ |
|
"groupName": "go_router", |
|
"matchPackagePatterns": "^go_router" |
|
}, |
|
{ |
|
"groupName": "sqflite", |
|
"matchPackagePatterns": "^sqflite" |
|
}, |
|
{ |
|
"groupName": "unifiedpush", |
|
"matchPackagePatterns": "^unifiedpush" |
|
}, |
|
{ |
|
"groupName": "xml_serializable", |
|
"matchPackageNames": [ |
|
"xml_annotation", |
|
"xml_serializable" |
|
] |
|
}, |
|
{ |
|
"groupName": "json_serializable", |
|
"matchPackageNames": [ |
|
"json_annotation", |
|
"json_serializable" |
|
] |
|
} |
|
] |
|
}
|
|
|