From 9eb2922c52190648db2ec3809ace978659356845 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 24 Jan 2024 16:20:08 +0300 Subject: [PATCH] chore: update dependencies weekly (#260) Co-authored-by: Cian Johnston --- .github/dependabot.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4cbb36e..8602dff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,16 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "friday" time: "06:00" timezone: "America/Chicago" commit-message: prefix: "chore" + groups: + github-actions: + patterns: + - "*" ignore: # These actions deliver the latest versions by updating the # major release tag, so ignore minor/patch updates @@ -19,8 +24,13 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "friday" time: "06:00" timezone: "America/Chicago" commit-message: prefix: "chore" + groups: + github-actions: + patterns: + - "*"