From 88843b29edc53a3bec04ae2254c9287c684ad005 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Fri, 24 Mar 2023 10:22:25 -0400 Subject: [PATCH] chore(github): add actions to dependabot (#265) this commit adds github actions to dependabot's manifest, ensuring that those dependencies are updated in a timely manner --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dbc963f..ec305f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,7 @@ updates: versions: ["17", "18"] - dependency-name: "typescript" versions: [">=4.10", ">=5.0"] + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily'