Skip to content

Commit 3010dcf

Browse files
authored
Correct target branch name in Dependabot configuration
This element of the configuration is intended to target the additional permanent production branch named `compile-sketches-demo`. A copy/paste error resulted in the wrong branch name being specified in the configuration, which prevented the configuration from providing dependencies management of the intended target branch.
1 parent 76b18bb commit 3010dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ updates:
1313
- "topic: infrastructure"
1414

1515
- package-ecosystem: github-actions
16-
target-branch: dependabot-all-production-branches
16+
target-branch: compile-sketches-demo
1717
directory: /
1818
schedule:
1919
interval: daily

0 commit comments

Comments
 (0)