Skip to content

Commit 90f872c

Browse files
authored
Switches dependabot pull requests to the dev branch
Moves dependabot pull requests to the dev branch so master can reflect the last release.
1 parent fcc9e12 commit 90f872c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ updates:
66
interval: weekly
77
day: friday
88
open-pull-requests-limit: 99
9+
target-branch: "dev"
910

1011
- package-ecosystem: "github-actions"
1112
directory: "/"
1213
schedule:
1314
interval: weekly
1415
day: friday
15-
open-pull-requests-limit: 99
16+
open-pull-requests-limit: 99
17+
target-branch: "dev"

0 commit comments

Comments
 (0)