Skip to content

Commit afcdf16

Browse files
renovate[bot]funilrys
authored andcommitted
chore(config): migrate config .github/renovate.json
1 parent 86c0e06 commit afcdf16

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

.github/renovate.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
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
]

0 commit comments

Comments
 (0)