Skip to content

Commit

Permalink
Fix the naming of target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed Jun 3, 2021
1 parent e372ca8 commit fcb42fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
target_branch: "develop"
target-branch: "develop"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/admin"
target_branch: "develop"
target-branch: "develop"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/api"
target_branch: "develop"
target-branch: "develop"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/frontend"
target_branch: "develop"
target-branch: "develop"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
target_branch: "develop"
target-branch: "develop"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/api"
target_branch: "develop"
target-branch: "develop"
schedule:
interval: "daily"

0 comments on commit fcb42fd

Please sign in to comment.