From 70708833159adeb93798f6c4b38278a14d79a17e Mon Sep 17 00:00:00 2001 From: Brain Date: Thu, 25 Apr 2024 13:55:19 +0200 Subject: [PATCH] Only renovate the Drone config on a monthly basis --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index ea58461..c92ecc9 100644 --- a/renovate.json +++ b/renovate.json @@ -6,5 +6,11 @@ ":prHourlyLimitNone", ":prConcurrentLimitNone", ":separateMultipleMajorReleases" + ], + "packageRules": [ + { + "matchFileNames": [".drone.yml"], + "schedule": ["before 9am on the first day of the month"] + } ] }