Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-28 23:33:12 +0300
committerGitHub <noreply@github.com>2021-04-28 23:33:12 +0300
commite7919b8343622041a588cc0629087c5ac2f89d61 (patch)
tree41f0fccc41f6826e8afb790a247644fb4cbd5857 /.github
parentb6cfa41e87be6356bc83da0feaf1e7667cc48095 (diff)
Upgrade to GitHub-native Dependabot (#525)
* Upgrade to GitHub-native Dependabot
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..4872c5af
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10