-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdependabot.yml
40 lines (40 loc) · 878 Bytes
/
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
version: 2
updates:
- package-ecosystem: npm
directory: /wasm
schedule:
interval: monthly
labels:
- 'domain:dependencies'
versioning-strategy: increase-if-necessary
groups:
typescript-eslint:
patterns:
- '@typescript-eslint/*'
eslint:
patterns:
- eslint
- '@eslint/js'
civet:
patterns:
- '@danielx/civet'
- eslint-plugin-civet
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: monthly
labels:
- 'domain:dependencies'
- 'domain:tests'
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
artifacts:
patterns:
- actions/*-artifact
- actions/deploy-pages
labels:
- 'domain:dependencies'
- 'domain:CI/CD'