Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dependabot.yml
We would like to introduce to work with the dev branch rather only with main branch. For this we also would love to test dependency updates before we accept them in the main branch.
  • Loading branch information
FalkWolsky authored Sep 26, 2023
commit 216b20d6ad73b230945c3610b79bf9fe2eac15a7
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ updates:
directory: "/server/api-service"
schedule:
interval: "monthly"
target-branch: "dev"
- package-ecosystem: "npm"
directory: "/server/node-service"
schedule:
interval: "monthly"
target-branch: "dev"
- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "monthly"
target-branch: "dev"
- package-ecosystem: "docker"
directory: "/deploy/docker"
schedule:
interval: "monthly"
target-branch: "dev"