From e53c097b9fd4e5141b5d918b931560007532bf5f Mon Sep 17 00:00:00 2001 From: Denis Golovin Date: Mon, 8 Jul 2024 14:40:25 -0700 Subject: [PATCH] Enable dependabot dependencies update Signed-off-by: Denis Golovin --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..928eec25 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 20 + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 20