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

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-21 15:27:24 +0300
committerJan Raasch <jan@janraasch.com>2020-09-21 15:27:24 +0300
commit9eb9c2cf391186f344e3c03f2d71b48b39fbc132 (patch)
tree00cd24b5e0c30ada722d86940b4bb7d5f538c481
parent9046dd41c828d3663d0ef5811f68fb85debce4e2 (diff)
chore: add dependabot.yml
-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"