Skip to content

Commit 00242ad

Browse files
committed
point dependabot back to main branch
Signed-off-by: Grant Ramsay <[email protected]>
1 parent c51bde5 commit 00242ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
target-branch: "develop"
6+
interval: "daily"
7+
target-branch: "main"
88
open-pull-requests-limit: 10
99
- package-ecosystem: "github-actions"
1010
directory: "/"
1111
schedule:
1212
interval: "weekly"
13-
target-branch: "develop"
13+
target-branch: "main"

0 commit comments

Comments
 (0)