From d06284e500d667491fff89a0d0de11d214447d4c Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 31 Jan 2024 15:17:04 -0800 Subject: [PATCH] Dependabot for GitHub Actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6a042319..aed9cbd00 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: dependencies: patterns: - '*' + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'