summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2021-03-27 15:00:59 +0800
committerLASER-Yi <[email protected]>2021-03-27 15:00:59 +0800
commitc9855351fe3a6ef4341b329422057b9f3e57db5a (patch)
tree2e2c28ecd42a390edd7800ac1a800cafc29441ae /.github
parentc2734bd6723f97ff5b93cee3a37d930c3a5f7e22 (diff)
downloadbazarr-c9855351fe3a6ef4341b329422057b9f3e57db5a.tar.gz
bazarr-c9855351fe3a6ef4341b329422057b9f3e57db5a.zip
Add dependabot for auto scanning outdated npm packages
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..98f50e335
--- /dev/null
+++ b/.github/dependabot.yml
@@ -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" \ No newline at end of file