From 124d580d98fcf2d4d708ea90057897e33976373f Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Fri, 24 Mar 2023 08:01:39 -0400 Subject: [PATCH] chore(github): add actions to dependabot 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 dbc963f3..ec305f1d 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'