Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
# When adding a new Helm chart that depends on the Replicated SDK,
# add a corresponding entry here so Dependabot keeps it up to date.
#
# NOTE: Dependabot does not support YAML anchors/aliases, so the
# directory lists must be duplicated between entries.
#
version: 2
updates:
# Track the Replicated SDK on a weekly cadence
- package-ecosystem: "helm"
directories: &helm-dirs
directories:
- "/applications/fake-services/app"
- "/applications/mlflow/charts/mlflow"
- "/applications/n8n/charts/n8n"
Expand All @@ -26,7 +29,14 @@ updates:

# Track all other Helm dependencies on a monthly cadence
- package-ecosystem: "helm"
directories: *helm-dirs
directories:
- "/applications/fake-services/app"
- "/applications/mlflow/charts/mlflow"
- "/applications/n8n/charts/n8n"
- "/applications/onlineboutique/chart"
- "/applications/powerdns/charts/powerdns-authoritative"
- "/applications/storagebox/charts/storagebox"
- "/applications/wg-easy/charts/wg-easy"
schedule:
interval: "monthly"
ignore:
Expand Down