Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json

version: 2
updates:
- package-ecosystem: github-actions
commit-message:
prefix: setup
include: scope
directory: /
schedule:
interval: monthly
- package-ecosystem: npm
commit-message:
prefix: dep
include: scope
directory: /
ignore:
# Manually update major versions of @types/node with the version specified within .nvmrc
- dependency-name: '@types/node'
update-types: ['version-update:semver-major']
open-pull-requests-limit: 10
schedule:
interval: monthly
groups:
next-js:
patterns:
- 'next*'
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom'
nodejs-loaders:
patterns:
- '@nodejs-loaders/*'