From 0bfddd5bb631355c74e67ec9f334ab282b4088d5 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Jan 2025 10:01:19 +0100 Subject: [PATCH 1/2] Enable Dependabot for GitHub Actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c11601f..0c3f0d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly From 037710712bee122f560345b533b8a51b42cdb086 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Jan 2025 10:02:28 +0100 Subject: [PATCH 2/2] Change Dependabot config to check weekly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c3f0d6..6198501 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: daily - time: "04:00" + interval: weekly + time: "07:37" open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/"