Skip to content

Commit 24cab0f

Browse files
committed
Add renovate.json
1 parent ba6457a commit 24cab0f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
"dockerfile": {
20+
"managerFilePatterns": ["/^Containerfile\\.pyfunceble.*$/"]
21+
}
22+
}

0 commit comments

Comments
 (0)