Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Update Dependabot config #61

Merged
merged 1 commit into from
Jan 28, 2025
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
13 changes: 9 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,26 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
interval: 'weekly'
groups:
docusaurus:
patterns:
- '*docusaurus*'
eslint:
linters:
patterns:
- '*eslint*'
- '*lint*'
- 'globals'
- 'husky'
- 'prettier'
ignore:
# Pin key docusaurus dependencies to major versions
- dependency-name: 'react'
update-types: ['version-update:semver-major']
- dependency-name: '@mdx-js/react'
update-types: ['version-update:semver-major']
- dependency-name: 'prism-react-renderer'
update-types: ['version-update:semver-major']
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: 'weekly'
Loading