From a41994447904733d798359aab083f9a69cb11ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:14:14 -0400 Subject: [PATCH] Disable GHA updates in dependabot and reduce frequency in renovatebot (#5746) * Move GHA updates to be fully owned by renovate bot * Reduce frequency to once a month * Fix a bug that blocked major upgrades --------- Signed-off-by: dependabot[bot] Signed-off-by: Yuri Shkuro Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuri Shkuro --- .github/dependabot.yml | 6 ------ renovate.json | 5 +++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 161bcb1159e..3678946f321 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,12 +25,6 @@ updates: interval: daily labels: [ "changelog:dependencies" ] - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - labels: [ "changelog:dependencies" ] - - package-ecosystem: docker directories: - /cmd/agent diff --git a/renovate.json b/renovate.json index 2f52d689897..ef7a5b20f83 100644 --- a/renovate.json +++ b/renovate.json @@ -32,11 +32,12 @@ }, { "matchManagers": ["github-actions"], - "groupName": "github-actions deps" + "groupName": "github-actions deps", + "schedule": ["on the first day of the month"] }, { "matchManagers": ["github-actions"], - "matchUpdateTypes": ["major", "patch", "digest"], + "matchUpdateTypes": ["patch", "digest"], "enabled": false }, {