Skip to content

Commit

Permalink
feat: changes branch name in dependabot file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmkowalski committed Apr 10, 2024
1 parent cacb5a4 commit 49976c2
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 @@ -3,7 +3,7 @@ version: 2
updates:
# Maintain dependencies for the core library
- package-ecosystem: "gomod"
target-branch: "master"
target-branch: "main"
directory: "/"
schedule:
interval: "daily"
Expand All @@ -19,7 +19,7 @@ updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
target-branch: "master"
target-branch: "main"
directory: "/"
schedule:
interval: "weekly"
Expand Down

0 comments on commit 49976c2

Please sign in to comment.