Skip to content

Commit 82911e4

Browse files
chore(config): migrate config .github/renovate.json
1 parent 02d53b6 commit 82911e4

1 file changed

Lines changed: 21 additions & 7 deletions

File tree

.github/renovate.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,36 @@
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
}

0 commit comments

Comments
 (0)