From 0451ec3f3bff2d71050e7bd1c4522b7039a91fbb Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 11 Mar 2023 09:40:00 +0400 Subject: [PATCH] ci: run dependabot on github-actions --- .github/dependabot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3938344..2fccaad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,10 @@ version: 2 updates: - - package-ecosystem: "gomod" - directory: "/" + - package-ecosystem: gomod + directory: / schedule: - interval: "daily" + interval: daily + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily