Skip to content

Commit 8161e7d

Browse files
committed
chore(ci): configurations for commitlint and github
1 parent 43863ec commit 8161e7d

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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"

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
dart run commitlint_cli $1
4+
DEBUG=true dart run commitlint_cli $1

commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:commitlint_config/commitlint.yaml
1+
include: package:commitlint_cli/commitlint.yaml

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ dependencies:
1616
yaml: ^3.1.1
1717

1818
dev_dependencies:
19-
commitlint_cli: ^0.2.1+1
20-
commitlint_config: ^0.1.1
19+
commitlint_cli: ^0.3.0
2120
husky: ^0.1.4
2221
lints: ^2.0.0
2322
test: ^1.16.0

0 commit comments

Comments
 (0)