mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 19:45:10 +00:00
ci: add dependabot configuration for npm and github actions
This commit is contained in:
parent
149536137a
commit
8f76544e0e
1 changed files with 52 additions and 0 deletions
52
.github/dependabot.yml
vendored
Normal file
52
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: monday
|
||||
open-pull-requests-limit: 10
|
||||
reviewers:
|
||||
- System-End
|
||||
labels:
|
||||
- dependencies
|
||||
- npm
|
||||
commit-message:
|
||||
prefix: "chore(deps)"
|
||||
include: scope
|
||||
groups:
|
||||
dev-dependencies:
|
||||
dependency-type: development
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
react:
|
||||
patterns:
|
||||
- react
|
||||
- react-dom
|
||||
- "@types/react"
|
||||
- "@types/react-dom"
|
||||
eslint:
|
||||
patterns:
|
||||
- eslint
|
||||
- eslint-*
|
||||
- "@typescript-eslint/*"
|
||||
testing:
|
||||
patterns:
|
||||
- "@testing-library/*"
|
||||
- vitest
|
||||
- "@vitest/*"
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: monday
|
||||
open-pull-requests-limit: 5
|
||||
labels:
|
||||
- dependencies
|
||||
- github-actions
|
||||
commit-message:
|
||||
prefix: "ci(deps)"
|
||||
include: scope
|
||||
Loading…
Add table
Reference in a new issue