Skip to content

Commit a60dc8c

Browse files
committed
ci: add renovate.json.
1 parent 6fc0974 commit a60dc8c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/renovate.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"ignorePaths": [],
5+
"separateMajorMinor": true,
6+
"assignees": ["funilrys"],
7+
"baseBranches": ["dev"],
8+
"packageRules": [
9+
{
10+
"matchDatasources": ["pypi"],
11+
"matchManagers": ["pip_requirements"],
12+
"groupName": "pip deps"
13+
},
14+
{
15+
"matchManagers": ["github-actions"],
16+
"groupName": "github-actions deps"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)