Skip to content

Commit

Permalink
Update renovate Docker tag to v38 (#39147)
Browse files Browse the repository at this point in the history
* Update renovate Docker tag to v38
* Update `matchPackagePatterns` and `matchPackagePrefixes` to `matchPackageNames`

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>
  • Loading branch information
3 people authored Aug 29, 2024
1 parent 03f42b2 commit 399c4ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
// These aren't a monorepo, but we may as well do them all together anyway.
{
groupName: 'GitHub API packages',
matchPackagePatterns: [ '^@actions/', '^@octokit/' ],
matchPackageNames: [ '@actions/**', '@octokit/**' ],
},
{
groupName: 'GitHub actions upload/download artifact',
Expand All @@ -76,12 +76,12 @@
{
groupName: 'Codeception packages',
matchDatasources: [ 'packagist' ],
matchPackagePrefixes: [ 'codeception/' ],
matchPackageNames: [ 'codeception/**' ],
},
{
groupName: 'Docker actions',
matchDepTypes: [ 'action' ],
matchPackagePrefixes: [ 'docker/' ],
matchPackageNames: [ 'docker/**' ],
},

// 🤷
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: 37.246.1
renovate-version: 38.57.3
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 399c4ba

Please sign in to comment.