Skip to content

Commit

Permalink
chore: adding bff and frontend to dependabot weekly checks (kubeflow#205
Browse files Browse the repository at this point in the history
)

Signed-off-by: Eder Ignatowicz <[email protected]>
  • Loading branch information
ederign authored Jul 22, 2024
1 parent ce7e3a5 commit d10d0db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
directories:
- "/"
- "/clients/ui/bff/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
Expand All @@ -21,3 +23,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/clients/ui/frontend/"
schedule:
interval: "weekly"

0 comments on commit d10d0db

Please sign in to comment.