From ffaf3a99f4eb32f29513d1ce56a9a357aa885326 Mon Sep 17 00:00:00 2001 From: Romain Dartigues Date: Thu, 28 Sep 2023 09:03:58 +0200 Subject: [PATCH] CI: add github-actions to dependabot --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb4bfe6..828e882 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,9 @@ updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"