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

github.com/janraasch/hugo-bearblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-24 18:00:46 +0300
committerJan Raasch <jan@janraasch.com>2020-09-24 18:00:58 +0300
commitfa9713088b1c70e19df4c8a94b192de12e89c4af (patch)
tree8a50d7d57049bbafe2a19a26ec96d62b72fc40ed
parentdcff8a4f858ee892b177cd312c643c42a917f0ec (diff)
chore: add dependabot.yml
see https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically
-rw-r--r--.github/dependabot.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..60a68af
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,14 @@
+# see https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
+version: 2
+updates:
+ # Maintain dependencies for GitHub Actions
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+
+ # Maintain dependencies for npm
+ - package-ecosystem: "npm"
+ directory: "/"
+ schedule:
+ interval: "daily"