From 7a20aa19346a03154d9866f4be58f39cf59fc279 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Thu, 17 Nov 2022 22:09:36 +0000 Subject: [PATCH] Add job to dependabot to update github actions (#851) * Add job to dependabot to update github actions --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5440e910..01e0e227 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,15 @@ updates: - "type::chore" schedule: interval: "weekly" + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + labels: + - "dependencies" + - "github-actions" + - "type::chore" + schedule: + interval: "weekly"