Skip to content

Commit

Permalink
chore(renovate): migrate matchDepPatterns deprecated syntax
Browse files Browse the repository at this point in the history
see #249
  • Loading branch information
o-orand committed Aug 19, 2024
1 parent 09508af commit db4e05c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
extends: [
'config:best-practices', //See https://docs.renovatebot.com/upgrade-best-practices/#use-the-configbest-practices-preset
':disableRateLimiting',
'github>orange-cloudfoundry/renovate-public-presets:boshreleases-default.json5'
'github>orange-cloudfoundry/renovate-public-presets:boshreleases-default.json5',
],
enabledManagers: [
'github-actions',
Expand Down Expand Up @@ -72,16 +72,16 @@
},
{
description: 'Add common labels',
matchDepPatterns: [
'*',
],
addLabels: [
'datasource/{{datasource}}',
'depName/{{depNameSanitized}}',
'manager/{{manager}}',
'hasReleaseNotes/{{hasReleaseNotes}}',
'target/{{baseBranch}}', // To easily filter PR on base branch, like all PR related to k3s 1.25
],
matchDepNames: [
'/*/',
],
},
{
description: 'Kubectl: Get distinct branches for each minor, e.g. 1.22.x and 1.23.x. See https://docs.renovatebot.com/presets-default/#separatepatchreleases and https://docs.renovatebot.com/faq/#separate-patch-releases-from-minor-releases',
Expand Down

0 comments on commit db4e05c

Please sign in to comment.