Skip to content

Commit

Permalink
fix dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Feb 18, 2024
1 parent 989ca11 commit e0dd347
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 @@ -9,7 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
target-branch: "v2-api-change"
target-branch: "v2"
labels:
- "go"
- "dependencies"
Expand All @@ -18,5 +18,5 @@ updates:
directory: "/"
schedule:
interval: "daily"
target-branch: "v2-api-change"
target-branch: "main"

0 comments on commit e0dd347

Please sign in to comment.