Skip to content

Commit

Permalink
Fix dependabot release target branch (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
triffer authored Dec 22, 2023
1 parent e60bd1e commit 1f711e3
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 @@ -31,7 +31,7 @@ updates:
prefix: "docker"
include: "scope"
- package-ecosystem: "gomod"
target-branch: "release-1.1"
target-branch: "release-1.2"
directory: "/"
labels:
- "go"
Expand All @@ -54,7 +54,7 @@ updates:
patterns:
- "k8s.io/*"
- package-ecosystem: "docker"
target-branch: "release-1.1"
target-branch: "release-1.2"
directory: "/"
labels:
- "docker"
Expand Down

0 comments on commit 1f711e3

Please sign in to comment.