Add dependabot for auto scanning outdated npm packages

This commit is contained in:
LASER-Yi 2021-03-27 15:00:59 +08:00
parent c2734bd672
commit c9855351fe
1 changed files with 10 additions and 0 deletions

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/frontend'
schedule:
interval: 'weekly'
commit-message:
prefix: "[bot]"
open-pull-requests-limit: 1
target-branch: "development"