Skip to content

Commit

Permalink
Update dependabot github workflow
Browse files Browse the repository at this point in the history
The intention is to also update the async branch on changes and trigger the test instance update
  • Loading branch information
eos87 committed Sep 17, 2024
1 parent e704288 commit 2fb1a25
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ updates:
directory: "/client" # Location of package manifests
schedule:
interval: "daily"

# updates for the 'async' branch
- package-ecosystem: "pip"
directory: "/server"
schedule:
interval: "daily"
target-branch: "async"
- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "daily"
target-branch: "async"

0 comments on commit 2fb1a25

Please sign in to comment.