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 6fc0974 commit a60dc8cCopy full SHA for a60dc8c
.github/renovate.json
@@ -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