Skip to content

Commit

Permalink
Update renovate Docker tag to v39 (#40285)
Browse files Browse the repository at this point in the history
* Update renovate Docker tag to v39
* Renovate 39 deprecated the non-crontab schedule format.
* Ignore some unused wpcomsh stuff

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent a885941 commit 2553e23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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: [
Expand Down Expand Up @@ -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' ],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 2553e23

Please sign in to comment.