diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 06bca5cd0..8a7e64625 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,12 @@ updates: schedule: interval: "daily" # Checks on Monday trough Friday. + # Maintain GitHub Action runners + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" # Checks on Monday trough Friday. + # Set default reviewer and labels reviewers: - "ben"