-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.dependabot.yml
80 lines (68 loc) · 1.64 KB
/
example.dependabot.yml
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
73
74
75
76
77
78
79
80
version: 2
updates:
# Update npm packages
- package-ecosystem: npm
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'
- 'webpack'
- 'webpack-*'
- 'terser-webpack-plugin'
lint:
patterns:
- '@typescript-eslint/*'
- 'prettier'
- 'stylelint'
- 'stylelint-*'
- 'typescript'
logging:
patterns:
- '*-pino'
- '*-pino-format'
- 'pino'
- 'pino-*'
tools:
patterns:
- 'babel-jest'
- 'husky'
- 'jest'
- 'jest-*'
- 'nodemon'
- 'npm-run-all'
- 'lodash'
- 'source-map-loader'
- 'sass-*'
- 'postcss-*'
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'