build(deps-dev): apply updates
[benchmarks-js.git] / .github / dependabot.yml
1 # Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
2 version: 2
3 updates:
4 - package-ecosystem: 'github-actions'
5 directory: '/'
6 schedule:
7 interval: 'daily'
8 labels:
9 - 'github-actions'
10 reviewers:
11 - 'jerome-benoit'
12 - package-ecosystem: 'npm'
13 directory: '/'
14 schedule:
15 interval: 'daily'
16 labels:
17 - 'dependencies'
18 reviewers:
19 - 'jerome-benoit'
20 versioning-strategy: increase