From ee6eef14f30b95421076d26c58a4880247eb7719 Mon Sep 17 00:00:00 2001 From: Parker Moore <237985+parkr@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:54:52 +0000 Subject: [PATCH] Add github-actions to Dependabot --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 610210a..220ccc5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,6 @@ +# Dependabot automatically keeps our packages up to date +# Docs: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates + version: 2 updates: - package-ecosystem: gomod @@ -6,3 +9,13 @@ updates: interval: daily time: "11:00" open-pull-requests-limit: 99 + reviewers: + - parkr +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "11:00" + open-pull-requests-limit: 99 + reviewers: + - parkr