File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,35 @@ updates:
13
13
groups :
14
14
github-actions :
15
15
patterns : ["*"]
16
+ labels :
17
+ - automation
18
+ - gha-update
16
19
17
- # TODO: Add web app python dependencies
20
+ # Automatically propose PRs for Python dependencies
21
+ - package-ecosystem : pip
22
+ directory : " /"
23
+ schedule :
24
+ # Check for new versions daily
25
+ interval : weekly
26
+ groups :
27
+ pip-updates :
28
+ patterns : ["*"]
29
+ labels :
30
+ - automation
31
+ - pip-update
32
+ commit-message :
33
+ # Prefix all commit messages with "pip: "
34
+ prefix : " pip"
35
+
36
+ # Automatically propose PRs for Python dependencies
37
+ # Possibly required for Helm updates?
38
+ # https://github.com/dependabot/dependabot-core/issues/2237
39
+ # enable-beta-ecosystems: true
40
+ - package-ecosystem : " helm"
41
+ directory : " /" # Location of package manifests
42
+ schedule :
43
+ # Check for new versions daily
44
+ interval : weekly
45
+ labels :
46
+ - automation
47
+ - helm-update
You can’t perform that action at this time.
0 commit comments