File tree 3 files changed +43
-6
lines changed
3 files changed +43
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Dependabot Configuration
2
+ #
3
+ # References:
4
+ #
5
+ # - https://docs.github.com/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
6
+
7
+ ---
8
+ version : 2
9
+ registries :
10
+ github :
11
+ token : ${{ secrets.PAT_BOT }}
12
+ type : npm-registry
13
+ url : https://npm.pkg.github.com
14
+ updates :
15
+ - package-ecosystem : github-actions
16
+ commit-message :
17
+ prefix : ci
18
+ include : scope
19
+ directory : /
20
+ labels :
21
+ - scope:dependencies
22
+ - type:ci
23
+ reviewers :
24
+ - flex-development/dependabot-review
25
+ - flexdevelopment
26
+ schedule :
27
+ interval : daily
28
+ - package-ecosystem : npm
29
+ commit-message :
30
+ prefix : build
31
+ include : scope
32
+ directory : /
33
+ labels :
34
+ - scope:dependencies
35
+ - type:build
36
+ registries :
37
+ - github
38
+ reviewers :
39
+ - flex-development/dependabot-review
40
+ - flexdevelopment
41
+ schedule :
42
+ interval : daily
Original file line number Diff line number Diff line change 7
7
# - https://typicode.github.io/husky/?id=husky_git_params-ie-commitlint-#/?id=husky_git_params-ie-commitlint-
8
8
9
9
yarn build
10
- commitlint --edit $1
10
+ commitlint --edit $1 --strict --verbose
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments