Skip to content

Commit c7dfaab

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

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/dependabot.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
replaces-base: true
12+
token: ${{ secrets.PAT_BOT }}
13+
type: npm-registry
14+
url: https://npm.pkg.github.com/flex-development
15+
updates:
16+
- package-ecosystem: github-actions
17+
commit-message:
18+
prefix: ci
19+
include: scope
20+
directory: /
21+
labels:
22+
- scope:dependencies
23+
- type:ci
24+
reviewers:
25+
- flex-development/dependabot-review
26+
- flexdevelopment
27+
schedule:
28+
interval: daily
29+
- package-ecosystem: npm
30+
commit-message:
31+
prefix: build
32+
include: scope
33+
directory: /
34+
labels:
35+
- scope:dependencies
36+
- type:build
37+
registries:
38+
- github
39+
reviewers:
40+
- flex-development/dependabot-review
41+
- flexdevelopment
42+
schedule:
43+
interval: daily

0 commit comments

Comments
 (0)