Skip to content

Commit

Permalink
enable dependabot on next
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 14, 2024
1 parent 02eedad commit 6f182b0
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,24 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/client" # Location of package manifests
# default
- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "daily"
- package-ecosystem: "pip" # See documentation for possible values
directory: "/server" # Location of package manifests
- package-ecosystem: "pip"
directory: "/server"
schedule:
interval: "daily"

# next
- package-ecosystem: "npm"
target-branch: "next"
directory: "/client"
schedule:
interval: "daily"
- package-ecosystem: "pip"
target-branch: "next"
directory: "/server"
schedule:
interval: "daily"

0 comments on commit 6f182b0

Please sign in to comment.