Skip to content

Commit 23d4f7c

Browse files
authored
Add dependabot config
1 parent 78c11de commit 23d4f7c

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,35 @@ updates:
1313
groups:
1414
github-actions:
1515
patterns: ["*"]
16+
labels:
17+
- automation
18+
- gha-update
1619

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

0 commit comments

Comments
 (0)