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 e66b6b6 commit f256152
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 @@ -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: "weekly"
Expand All @@ -13,7 +13,7 @@ updates:
open-pull-requests-limit: 10

- package-ecosystem: "gomod"
target-branch: "master"
target-branch: "main"
directory: "/engine"
schedule:
interval: "weekly"
Expand All @@ -23,7 +23,7 @@ updates:
open-pull-requests-limit: 10

- package-ecosystem: "gomod"
target-branch: "master"
target-branch: "main"
directory: "/models"
schedule:
interval: "weekly"
Expand All @@ -34,7 +34,7 @@ updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
target-branch: "master"
target-branch: "main"
directory: "/"
schedule:
interval: "weekly"
Expand All @@ -45,7 +45,7 @@ updates:

# Maintain dependencies for Docker
- package-ecosystem: "docker"
target-branch: "master"
target-branch: "main"
directory: "/"
schedule:
interval: "weekly"
Expand All @@ -56,7 +56,7 @@ updates:

# Maintain dependencies for Docker
- package-ecosystem: "docker"
target-branch: "master"
target-branch: "main"
directory: "/release"
schedule:
interval: "weekly"
Expand Down

0 comments on commit f256152

Please # to comment.