From dc601230f767c5376a176769713d598045e26e04 Mon Sep 17 00:00:00 2001 From: Stephen Nesman <94193373+snesm@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:22:32 -0400 Subject: [PATCH] Add submissions action to dependabot.yml (#15769) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f8aaca041a..e96977a7103 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -115,6 +115,10 @@ updates: directory: "/.github/actions/az-cost" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/.github/actions/build-submissions" + schedule: + interval: "daily" # Frontend - package-ecosystem: "npm"