From 6c0d01c6c0e063032892d05d4ecc0e01a1fa1892 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 23 Jun 2022 17:35:42 +0900 Subject: [PATCH] add github-actions to dependabot I noticed some of the github-actions were old versions. This will help keep them up-to-date. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4261b0ca..47bb9943 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,7 @@ updates: - dependency-name: "@typescript-eslint/parser" versions: - 4.14.1 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly