From 7b0edc051ad283502e58be37537138934d0c700d Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Mon, 29 Jan 2024 14:56:13 -0500 Subject: [PATCH] Dependabot for github actions. Signed-off-by: Jakub Sobon --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40b88d2..517ca4d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,8 @@ updates: directory: "/" target-branch: "devel" schedule: - interval: "daily" + interval: "weekly" + - package-ecosystem: github-actions + directory: / + schedule: + interval: "weekly"