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

Commit c142559

Browse files
committed
git: development branch
1 parent 3e13ba8 commit c142559

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/dependabot.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: 'npm' # See documentation for possible values
9+
directory: '/' # Location of package manifests
1010
schedule:
11-
interval: "daily"
11+
interval: 'daily'
12+
target-branch:
13+
- dev

0 commit comments

Comments
 (0)