From 106576c96cad80ec811c17e9bc6323a3d792c220 Mon Sep 17 00:00:00 2001 From: Jack McGuire Date: Fri, 19 Jan 2024 11:03:39 +0000 Subject: [PATCH] feat: dependabot gha --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f9..6efb3cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,12 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/" schedule: + interval: "Weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week interval: "weekly"