File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:recommended" ],
3+ "extends" : [
4+ " config:recommended"
5+ ],
46 "ignorePaths" : [],
57 "separateMajorMinor" : true ,
6- "assignees" : [" funilrys" ],
7- "baseBranches" : [" dev" ],
8+ "assignees" : [
9+ " funilrys"
10+ ],
11+ "baseBranchPatterns" : [
12+ " dev"
13+ ],
814 "packageRules" : [
915 {
10- "matchDatasources" : [" pypi" ],
11- "matchManagers" : [" pip_requirements" ],
16+ "matchDatasources" : [
17+ " pypi"
18+ ],
19+ "matchManagers" : [
20+ " pip_requirements"
21+ ],
1222 "groupName" : " pip deps"
1323 },
1424 {
15- "matchManagers" : [" github-actions" ],
25+ "matchManagers" : [
26+ " github-actions"
27+ ],
1628 "groupName" : " github-actions deps"
1729 }
1830 ],
1931 "dockerfile" : {
20- "managerFilePatterns" : [" /^Containerfile\\ .pyfunceble.*$/" ]
32+ "managerFilePatterns" : [
33+ " /^Containerfile\\ .pyfunceble.*$/"
34+ ]
2135 }
2236}
You can’t perform that action at this time.
0 commit comments