From 5ca0677ffb7697c37a192d439b7b5ad3ac2fde02 Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Mon, 8 Apr 2024 16:44:19 +0530 Subject: [PATCH] chore: update dependabot versions --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c38c860..a6e38df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,3 @@ -# 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 @@ -12,4 +7,9 @@ updates: ignore: # For all packages, ignore all patch updates - dependency-name: "*" - update-types: ["version-update:semver-major"] \ No newline at end of file + update-types: ["version-update:semver-major"] + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"