Skip to content

Commit b78658d

Browse files
committed
add renovate.json.
1 parent f3f2a0a commit b78658d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.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)