Skip to content

Update dependabot.yml #391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2023
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"