From b50ee33e7157d4f0556f11a72baf6d7e30ef12ef Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 8 Nov 2023 08:34:31 -0700 Subject: [PATCH] Added GitHub Actions to Dependabot config --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bf75b7..ea69c13 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,10 @@ updates: interval: weekly assignees: - PHLAK + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + assignees: + - PHLAK