Skip to content

Commit

Permalink
dependabot target development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsINT committed Sep 23, 2024
1 parent 1c94fd4 commit 7f9b9fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "/client"
target-branch: "develop"
schedule:
interval: "daily"

- package-ecosystem: "gradle"
directory: "/server"
target-branch: "develop"
schedule:
interval: "daily"

- package-ecosystem: "docker"
target-branch: "develop"
directories:
- "/server"
- "/client"
Expand Down

0 comments on commit 7f9b9fa

Please sign in to comment.