File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " pub" # See documentation for possible values
9
+ directory : " /" # Location of package manifests
10
+ schedule :
11
+ interval : " weekly"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
. " $( dirname -- " $0 " ) /_/husky.sh"
3
3
4
- dart run commitlint_cli $1
4
+ DEBUG=true dart run commitlint_cli $1
Original file line number Diff line number Diff line change 1
- include : package:commitlint_config /commitlint.yaml
1
+ include : package:commitlint_cli /commitlint.yaml
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ dependencies:
16
16
yaml : ^3.1.1
17
17
18
18
dev_dependencies :
19
- commitlint_cli : ^0.2.1+1
20
- commitlint_config : ^0.1.1
19
+ commitlint_cli : ^0.3.0
21
20
husky : ^0.1.4
22
21
lints : ^2.0.0
23
22
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments