From 2553e23eeb0ae83ec4741f96d9c4f51655b92025 Mon Sep 17 00:00:00 2001 From: Calypso Bot Date: Wed, 20 Nov 2024 22:48:16 +0100 Subject: [PATCH] Update renovate Docker tag to v39 (#40285) * Update renovate Docker tag to v39 * Renovate 39 deprecated the non-crontab schedule format. * Ignore some unused wpcomsh stuff --------- Co-authored-by: Renovate Bot Co-authored-by: Brad Jorsch --- .github/renovate.json5 | 7 +++++-- .github/workflows/renovate.yml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c2876d7829b45..2d9b3c1d3e837 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,7 +3,7 @@ labels: [ '[Type] Janitorial', '[Status] Needs Review' ], prHourlyLimit: 1, timezone: 'UTC', - schedule: [ 'before 3am on the first day of the month' ], + schedule: [ '* 0-2 1 * *' ], updateNotScheduled: false, semanticCommits: 'disabled', osvVulnerabilityAlerts: true, @@ -20,6 +20,9 @@ '**/test/**', '**/tests/!(e2e)/**', '**/__fixtures__/**', + // Old unused wpcomsh stuff that we're only keeping temporarily until we figure out how to properly replace it. + '**/projects/plugins/wpcomsh/.circleci/**', + '**/projects/plugins/wpcomsh/.github/**', ], packageRules: [ @@ -145,7 +148,7 @@ lockFileMaintenance: { enabled: true, - schedule: [ 'before 3:00 am on Monday on the 7th through 13th day of the month' ], + schedule: [ '* 0-2 7-13 * 1' ], }, dependencyDashboardTitle: 'Renovate Dependency Updates', dependencyDashboardLabels: [ 'Primary Issue', '[Type] Janitorial' ], diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index b12962562170c..38b934326a2fd 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -44,7 +44,7 @@ jobs: configurationFile: /tmp/monorepo/.github/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} mount-docker-socket: true - renovate-version: 38.57.3 + renovate-version: 39.22.0 env: LOG_LEVEL: ${{ github.event.inputs.logLevel || 'debug' }} RENOVATE_DRY_RUN: ${{ github.event.inputs.dryRun == 'no' && 'null' || github.event.inputs.dryRun || 'null' }}