From 94496776471e49a6b7a26b6d9086fba7072712a8 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Sun, 18 Feb 2024 16:51:53 +0100 Subject: [PATCH] chore(dependabot): switch to monthly updates (#181) --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b09fc18..68d0903 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: 'cargo' directory: '/' schedule: - interval: 'weekly' + interval: 'monthly' assignees: - 'hougesen' open-pull-requests-limit: 25 @@ -11,7 +11,7 @@ updates: - package-ecosystem: 'cargo' directory: '/hitt-cli' schedule: - interval: 'weekly' + interval: 'monthly' assignees: - 'hougesen' open-pull-requests-limit: 25 @@ -27,7 +27,7 @@ updates: - package-ecosystem: 'cargo' directory: '/hitt-parser' schedule: - interval: 'weekly' + interval: 'monthly' assignees: - 'hougesen' open-pull-requests-limit: 25 @@ -35,7 +35,7 @@ updates: - package-ecosystem: 'cargo' directory: '/hitt-request' schedule: - interval: 'weekly' + interval: 'monthly' assignees: - 'hougesen' open-pull-requests-limit: 25 @@ -43,7 +43,7 @@ updates: - package-ecosystem: 'npm' directory: '/docs' schedule: - interval: 'weekly' + interval: 'monthly' assignees: - 'hougesen' open-pull-requests-limit: 25 @@ -51,7 +51,7 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'weekly' + interval: 'monthly' assignees: - 'hougesen' open-pull-requests-limit: 25