Skip to content

Commit d3cc4a5

Browse files
committed
ci: change dependabot target to master branch
1 parent 7031c05 commit d3cc4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
# Maintain dependencies for GitHub Actions
44
- package-ecosystem: "github-actions"
55
directory: "/"
6-
target-branch: "develop"
6+
target-branch: "master"
77
schedule:
88
interval: "daily"
99

@@ -13,7 +13,7 @@ updates:
1313
schedule:
1414
interval: "daily"
1515
versioning-strategy: "increase"
16-
target-branch: "develop"
16+
target-branch: "master"
1717
open-pull-requests-limit: 10
1818
commit-message:
1919
prefix: "fix"

0 commit comments

Comments
 (0)