Skip to content

Commit 5174c76

Browse files
feat(dependabot): introduce
1 parent f8daee3 commit 5174c76

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Diff for: .github/dependabot.yml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: github-actions
6+
commit-message:
7+
prefix: setup
8+
include: scope
9+
directory: /
10+
schedule:
11+
interval: monthly
12+
- package-ecosystem: npm
13+
commit-message:
14+
prefix: dep
15+
include: scope
16+
directory: /
17+
ignore:
18+
# Manually update major versions of @types/node with the version specified within .nvmrc
19+
- dependency-name: '@types/node'
20+
update-types: ['version-update:semver-major']
21+
open-pull-requests-limit: 10
22+
schedule:
23+
interval: monthly
24+
groups:
25+
next-js:
26+
patterns:
27+
- 'next*'
28+
react:
29+
patterns:
30+
- 'react'
31+
- 'react-dom'
32+
- '@types/react'
33+
- '@types/react-dom'
34+
nodejs-loaders:
35+
patterns:
36+
- '@nodejs-loaders/*'

0 commit comments

Comments
 (0)