Skip to content

Commit

Permalink
ci: Set dependabot target branch to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Sep 20, 2024
1 parent 6d1a855 commit ae030ff
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 @@ -14,7 +14,7 @@ updates:
labels:
- "dependencies"
- "github-actions"
target-branch: "dependabot"
target-branch: "develop"
pull-request-branch-name:
separator: "-"

Expand All @@ -30,7 +30,7 @@ updates:
labels:
- "dependencies"
- "gradle"
target-branch: "dependabot"
target-branch: "develop"
pull-request-branch-name:
separator: "-"

Expand All @@ -43,7 +43,7 @@ updates:
labels:
- "dependencies"
- "gradle"
target-branch: "dependabot"
target-branch: "develop"
pull-request-branch-name:
separator: "-"

Expand All @@ -56,7 +56,7 @@ updates:
labels:
- "dependencies"
- "gradle"
target-branch: "dependabot"
target-branch: "develop"
pull-request-branch-name:
separator: "-"

Expand All @@ -72,7 +72,7 @@ updates:
labels:
- "dependencies"
- "npm"
target-branch: "dependabot"
target-branch: "develop"
pull-request-branch-name:
separator: "-"

Expand All @@ -88,6 +88,6 @@ updates:
labels:
- "dependencies"
- "docker"
target-branch: "dependabot"
target-branch: "develop"
pull-request-branch-name:
separator: "-"

0 comments on commit ae030ff

Please sign in to comment.