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

github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2020-09-07 16:02:38 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-07 16:08:25 +0300
commit37834c89741073534866574064e739d778fde15c (patch)
treeb68521314890084810e8df3ad66ae50f6d311b0c
parentc1f2eec8049ee8d06f85c4f5a699fa28da96ddda (diff)
Create dependabot.yml
Dependabot should be configued with this file (the old way was via the website) REF: https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates
-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..6507b30a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+ - package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ versioning-strategy: increase