We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6457a commit 24cab0fCopy full SHA for 24cab0f
1 file changed
.github/renovate.json
@@ -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