Skip to content

Commit

Permalink
chore: update dependabot target branch
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon authored Dec 4, 2023
1 parent 25e4509 commit 23742d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "v3"
target-branch: "main"
schedule:
interval: "weekly"
assignees:
Expand All @@ -12,7 +12,7 @@ updates:
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
target-branch: "v3"
target-branch: "main"
schedule:
interval: "daily"
assignees:
Expand All @@ -21,7 +21,7 @@ updates:
# Maintain dependencies for Gradle
- package-ecosystem: "gradle"
directory: "/"
target-branch: "v3"
target-branch: "main"
schedule:
interval: "daily"
assignees:
Expand All @@ -30,7 +30,7 @@ updates:
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "images"
target-branch: "v3"
target-branch: "main"
schedule:
interval: "daily"
assignees:
Expand Down

0 comments on commit 23742d7

Please sign in to comment.