Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit e7b03aa

Browse files
added target-branch: 'dev' to the dependabot config
1 parent 08c5d56 commit e7b03aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ updates:
66
directory: '/' # Location of package manifests
77
schedule:
88
interval: 'weekly'
9+
target-branch: 'dev'
910
- package-ecosystem: 'npm'
1011
directory: '/' # Location of package manifests
1112
schedule:
1213
interval: 'monthly'
14+
target-branch: 'dev'
1315
- package-ecosystem: 'pip'
1416
directory: '/' # Location of package manifests
1517
schedule:
1618
interval: 'monthly'
19+
target-branch: 'dev'

0 commit comments

Comments
 (0)