commit 9f1ab52cccb8faff912931be846d7086b12ca779 parent 30b1762490f9d871dd9e46b86aa29f7285887a61 Author: Marcel <MTRNord@users.noreply.github.com> Date: Mon, 5 Jun 2023 22:09:44 +0200 Create dependabot.yml 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: "daily"