Skip to content

Commit 4043bc0

Browse files
authored
Create dependabot.yml (#354)
This will help when dependabot updates dependencies.
2 parents e74b44a + 3e37bca commit 4043bc0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: npm
6+
directory: '/'
7+
schedule:
8+
interval: daily
9+
groups:
10+
babel:
11+
patterns:
12+
- '@babel/*'
13+
- 'babel*'
14+
eslint:
15+
patterns:
16+
- 'eslint'
17+
- 'eslint-*'
18+
- '@eslint/*'
19+
jest:
20+
patterns:
21+
- 'jest'
22+
- 'jest-*'
23+
react:
24+
patterns:
25+
- 'react'
26+
- 'react-*'
27+
webpack:
28+
patterns:
29+
- 'webpack'
30+
- 'webpack-*'
31+
- '*-loader'

0 commit comments

Comments
 (0)