Skip to content

Commit 7159b1c

Browse files
authored
Update dependabot directories
1 parent 23d4f7c commit 7159b1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ updates:
1919

2020
# Automatically propose PRs for Python dependencies
2121
- package-ecosystem: pip
22-
directory: "/"
22+
directories:
23+
- "/web-apps"
24+
- "/scripts"
2325
schedule:
2426
# Check for new versions daily
2527
interval: weekly
@@ -38,7 +40,7 @@ updates:
3840
# https://github.com/dependabot/dependabot-core/issues/2237
3941
# enable-beta-ecosystems: true
4042
- package-ecosystem: "helm"
41-
directory: "/" # Location of package manifests
43+
directory: "/charts" # Location of package manifests
4244
schedule:
4345
# Check for new versions daily
4446
interval: weekly

0 commit comments

Comments
 (0)