build(deps): bump vue from 3.4.36 to 3.4.37 in the regular group (#1132)
[e-mobility-charging-stations-simulator.git] / .github / dependabot.yml
CommitLineData
35984f60
JB
1# Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
2version: 2
3updates:
20e5e16e 4 - package-ecosystem: github-actions
8501e548
JB
5 directory: '/'
6 schedule:
8f8f989e 7 interval: daily
8501e548
JB
8 labels:
9 - 'github-actions'
10 reviewers:
11 - 'jerome-benoit'
12 - 'olivierbagot'
20e5e16e 13 - package-ecosystem: npm
35984f60
JB
14 directory: '/'
15 schedule:
8f8f989e 16 interval: daily
9093212b
JB
17 groups:
18 regular:
19 update-types:
20 - 'minor'
21 - 'patch'
22 major:
23 update-types:
24 - 'major'
35984f60
JB
25 labels:
26 - 'dependencies'
8501e548
JB
27 reviewers:
28 - 'jerome-benoit'
29 - 'olivierbagot'
30 versioning-strategy: increase
20e5e16e
JB
31 - package-ecosystem: pip
32 directory: 'tests/ocpp-server'
33 schedule:
34 interval: daily
fc832d9d
JB
35 groups:
36 regular:
37 update-types:
38 - 'minor'
39 - 'patch'
40 major:
41 update-types:
42 - 'major'
20e5e16e
JB
43 labels:
44 - 'dependencies'
45 reviewers:
46 - 'jerome-benoit'
47 - 'olivierbagot'