Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored and florianesser committed Nov 1, 2024
1 parent 7cf4239 commit 50ee93a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
"github>wetransform/renovate-config:self-hosted.json5",
"group:allNonMajor",
'github>wetransform/renovate-config:self-hosted.json5',
'group:allNonMajor',
],

"lockFileMaintenance": {
"enabled": true,
lockFileMaintenance: {
enabled: true,
},
"rangeStrategy": "bump",
"transitiveRemediation": true,
rangeStrategy: 'bump',
}

0 comments on commit 50ee93a

Please sign in to comment.