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"