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 23d4f7c commit 7159b1cCopy full SHA for 7159b1c
.github/dependabot.yml
@@ -19,7 +19,9 @@ updates:
19
20
# Automatically propose PRs for Python dependencies
21
- package-ecosystem: pip
22
- directory: "/"
+ directories:
23
+ - "/web-apps"
24
+ - "/scripts"
25
schedule:
26
# Check for new versions daily
27
interval: weekly
@@ -38,7 +40,7 @@ updates:
38
40
# https://github.com/dependabot/dependabot-core/issues/2237
39
41
# enable-beta-ecosystems: true
42
- package-ecosystem: "helm"
- directory: "/" # Location of package manifests
43
+ directory: "/charts" # Location of package manifests
44
45
46
0 commit comments