-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
54 lines (53 loc) · 1.14 KB
/
dependabot.yml
File metadata and controls
54 lines (53 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Dependabot Configuration
#
# References:
#
# - https://docs.github.com/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
---
version: 2
registries:
github:
token: ${{ secrets.GH_REGISTRY_TOKEN }}
type: npm-registry
url: https://npm.pkg.github.com
updates:
- package-ecosystem: github-actions
commit-message:
prefix: ci
include: scope
directory: /
labels:
- scope:dependencies
- type:ci
schedule:
interval: daily
- package-ecosystem: npm
commit-message:
prefix: build
include: scope
directory: /
groups:
commitlint:
patterns:
- '@commitlint/*'
eslint:
patterns:
- '@types/eslint'
- eslint
flex-development:
patterns:
- '@flex-development/*'
typescript-eslint:
patterns:
- '@typescript-eslint/*'
vitest:
patterns:
- '@vitest/*'
- vitest
labels:
- scope:dependencies
- type:build
registries:
- github
schedule:
interval: daily