Skip to content

Commit

Permalink
enable dependabot on async branch
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 12, 2024
1 parent bec682f commit 6917c10
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,25 @@

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

- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "daily"

# async
- package-ecosystem: "pip"
directory: "/server"
target-branch: "async"
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/client"
target-branch: "async"
schedule:
interval: "daily"

0 comments on commit 6917c10

Please sign in to comment.