Skip to content

Commit

Permalink
fix: dependabot target branch pointed to master
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushan committed Nov 28, 2021
1 parent ef0c171 commit 3cf7d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ updates:
# Maintain dependencies for Gradle dependencies
- package-ecosystem: "gradle"
directory: "/"
target-branch: "next"
target-branch: "master"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "next"
target-branch: "master"
schedule:
interval: "daily"

0 comments on commit 3cf7d54

Please sign in to comment.