From 080c57d6ec6438a1675a0e35340d0aa0fa7d85ca Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Mon, 8 Apr 2024 16:40:23 +0530 Subject: [PATCH] chore: update dependabot versions --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55887d3..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 @@ -13,3 +8,8 @@ updates: # For all packages, ignore all patch updates - dependency-name: "*" update-types: ["version-update:semver-major"] + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"