mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
feat: Add npm dependency monitoring for scripts/validate-form
Co-authored-by: sxyazi <17523360+sxyazi@users.noreply.github.com>
This commit is contained in:
parent
ffa2be0ce2
commit
142bb48eb1
1 changed files with 16 additions and 0 deletions
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
|
|
@ -54,6 +54,22 @@ updates:
|
|||
prefix: "ci"
|
||||
include: "scope"
|
||||
|
||||
# NPM dependencies
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/scripts/validate-form"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
time: "02:00"
|
||||
open-pull-requests-limit: 5
|
||||
reviewers:
|
||||
- "sxyazi"
|
||||
assignees:
|
||||
- "sxyazi"
|
||||
commit-message:
|
||||
prefix: "deps"
|
||||
include: "scope"
|
||||
|
||||
# Nix dependencies
|
||||
- package-ecosystem: "nix"
|
||||
directory: "/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue