Skip to content

Commit

Permalink
chore(config): migrate config renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent ae656f8 commit 7e3b287
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:best-practices', //See https://docs.renovatebot.com/upgrade-best-practices/#use-the-configbest-practices-preset
'config:best-practices',
':disableRateLimiting',
'github>orange-cloudfoundry/renovate-public-presets:boshreleases-default.json5'
'github>orange-cloudfoundry/renovate-public-presets:boshreleases-default.json5',
],
enabledManagers: [
"github-actions", "git-submodules"
'github-actions',
'git-submodules',
],
"git-submodules": {
enabled: true
'git-submodules': {
enabled: true,
},
ignorePaths: [
'packages/**',
Expand All @@ -18,21 +19,19 @@
'jobs/**',
],
baseBranches: [
// don't run on renovate branches
"$default",
// See https://docs.renovatebot.com/configuration-options/#basebranches
// baseBranches supports Regular Expressions that must begin and end with /
], //See also possible support for multiple base branches, one per K8S minor version https://docs.renovatebot.com/configuration-options/#basebranches
'$default',
],
packageRules: [
{
description: "Add common labels",
matchDepPatterns: ["*"],
description: 'Add common labels',
addLabels: [
// See full list of fields available at https://docs.renovatebot.com/templates/#other-available-fields
"datasource/{{datasource}}",
"depName/{{depNameSanitized}}",
"manager/{{manager}}",
]
'datasource/{{datasource}}',
'depName/{{depNameSanitized}}',
'manager/{{manager}}',
],
matchDepNames: [
'/*/',
],
},
],
}

0 comments on commit 7e3b287

Please sign in to comment.