From e2e39b0dbfe7048a92a55fa8fb42facd88a816d3 Mon Sep 17 00:00:00 2001 From: Joshua Mitchener <64335706+skyjebus@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:51:51 -0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 000d73e..514304a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,10 @@ -# 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 + - package-ecosystem: npm + directory: '/' schedule: - interval: "daily" + interval: daily + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily'