nordgedanken-github-io

git clone git://archive.git.mtrnord.blog/Nordgedanken/nordgedanken-github-io.git
Log | Files | Refs | README | LICENSE

commit ada4a1463d189f225df63b428958be8e983efe17
parent 00ee5a336da11ac4916e6cda298c4b24717d46e0
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 19 Jul 2022 10:11:01 +0200

Create dependabot.yml

Signed-off-by: Marcel <MTRNord@users.noreply.github.com>
Diffstat:
A.github/dependabot.yml | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"