Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
ci: 更新 dependabot.yml 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Jan 5, 2023
1 parent 7908278 commit 22fc54a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
time: "17:00"
timezone: "Asia/Shanghai"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
time: "19:00"
timezone: "Asia/Shanghai"
ignore:
- dependency-name: "sass-loader"
- dependency-name: "stylelint*"
- dependency-name: "vue"
versions:
- ">= 3.0.0"

0 comments on commit 22fc54a

Please sign in to comment.