diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 4451aff..32db550 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,7 +5,16 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + reviewers: + - "mythrnr" + schedule: + interval: "weekly" + - package-ecosystem: "gomod" directory: "/" + reviewers: + - "mythrnr" schedule: interval: "weekly"