From 050166a146752d9ed6e6d6ae65de80105bae39d0 Mon Sep 17 00:00:00 2001 From: prince-deriv Date: Wed, 29 May 2024 11:35:42 +0400 Subject: [PATCH 1/2] chore: add dependabot yml --- .github/workflows/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..46f8d63b --- /dev/null +++ b/.github/workflows/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://help.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" \ No newline at end of file From 5c5685b31f84ce83038c20d948d50bc8726971dd Mon Sep 17 00:00:00 2001 From: prince-deriv Date: Wed, 5 Jun 2024 10:15:24 +0400 Subject: [PATCH 2/2] chore: move dependabot --- .github/{workflows => }/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/dependabot.yml (100%) diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml