File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - repo : https://github.com/pre-commit/pre-commit-hooks
77 rev : v5.0.0
88 hooks :
9+ - id : check-json
10+ name : Check JSON files with check-json
911 - id : check-yaml
1012 name : Check YAML files with check-yaml
1113 - repo : https://github.com/python-jsonschema/check-jsonschema
2325 (?x)(
2426 (^|/).?renovate(?:rc)?(?:\.json5?)?$|
2527 default.json|
26- copier.json
28+ copier.json|
29+ (?!)
2730 )$
Original file line number Diff line number Diff line change 33 "description" : " Group non-major updates by manager" ,
44 "packageRules" : [
55 {
6- groupName: "`{{arg0 }}` non-major {{arg1}}",
7- matchManagers: [
6+ " groupName" : " `{{arg0}}` non-major {{arg1}}" ,
7+ " matchManagers" : [
88 " {{arg0}}"
99 ],
10- matchUpdateTypes: [
10+ " matchUpdateTypes" : [
1111 " digest" ,
1212 " minor" ,
13- " patch"
13+ " patch" ,
14+ " pinDigest"
1415 ]
1516 }
1617 ]
You can’t perform that action at this time.
0 commit comments