From ff418a77dcf9d0e911a2fc188465f60721363e85 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Wed, 25 Dec 2024 14:38:26 -0800 Subject: [PATCH] Add GitHub Actions package ecosystem to Dependabot workflow (#5742) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4ce891d672f..7f5d59b91d4b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -70,3 +70,8 @@ updates: applies-to: "version-updates" patterns: - "*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"