Skip to content

Commit c77ab0d

Browse files
committed
ci: [@dependabot] add config
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 118f178 commit c77ab0d

File tree

3 files changed

+43
-6
lines changed

3 files changed

+43
-6
lines changed

.github/dependabot.yml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

.husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# - https://typicode.github.io/husky/?id=husky_git_params-ie-commitlint-#/?id=husky_git_params-ie-commitlint-
88

99
yarn build
10-
commitlint --edit $1
10+
commitlint --edit $1 --strict --verbose

.husky/pre-push

-5
This file was deleted.

0 commit comments

Comments
 (0)