-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.dependabot.yml
More file actions
72 lines (60 loc) · 1.44 KB
/
example.dependabot.yml
File metadata and controls
72 lines (60 loc) · 1.44 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
version: 2
updates:
# Update npm packages
- package-ecosystem: pip
directory: /
open-pull-requests-limit: 10
# Group packages into shared PR
groups:
build:
patterns:
- '@babel/*'
- 'autoprefixer'
- 'babel-plugin-module-resolver'
- 'babel-loader'
- 'babel-plugin-transform-import-meta'
- 'tsx'
lint:
patterns:
- '@typescript-eslint/*'
- 'prettier'
- 'stylelint'
- 'stylelint-*'
- 'typescript'
logging:
patterns:
- '*-pino'
- '*-pino-format'
- 'pino'
- 'pino-*'
tools:
patterns:
- 'babel-jest'
- 'husky'
- 'jest'
- 'nodemon'
- 'npm-run-all'
types:
patterns:
- '@types/*'
ignore:
- dependency-name: 'eslint-*'
- dependency-name: 'eslint'
- dependency-name: '@typescript-eslint/*'
# Schedule run every Monday, local time
schedule:
interval: weekly
time: '10:30'
timezone: 'Europe/London'
versioning-strategy: increase
allow:
# Include direct package.json updates
- dependency-type: direct
# Update GitHub Actions
- package-ecosystem: github-actions
directory: /
# Schedule run every Monday, local time
schedule:
interval: weekly
time: '10:30'
timezone: 'Europe/London'