We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c0e06 commit afcdf16Copy full SHA for afcdf16
.github/renovate.json
@@ -1,18 +1,30 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:recommended"],
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
"ignorePaths": [],
7
"separateMajorMinor": true,
- "assignees": ["funilrys"],
- "baseBranches": ["dev"],
8
+ "assignees": [
9
+ "funilrys"
10
11
+ "baseBranchPatterns": [
12
+ "dev"
13
14
"packageRules": [
15
- "matchDatasources": ["pypi"],
- "matchManagers": ["pip_requirements"],
16
+ "matchDatasources": [
17
+ "pypi"
18
19
+ "matchManagers": [
20
+ "pip_requirements"
21
22
"groupName": "pip deps"
23
},
24
- "matchManagers": ["github-actions"],
25
26
+ "github-actions"
27
28
"groupName": "github-actions deps"
29
}
30
]
0 commit comments