Skip to content

Commit

Permalink
Fix renovate (#17170)
Browse files Browse the repository at this point in the history
* fix: fixed renovate

* fix: fixed formmating
  • Loading branch information
guidari authored Aug 15, 2024
1 parent 695ef81 commit a35c1e4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
extends: [
"extends": [
// https://docs.renovatebot.com/presets-config/#configjs-lib
'config:js-lib',
"config:js-lib",

// https://docs.renovatebot.com/presets-default/#maintainlockfilesweekly
':maintainLockFilesWeekly',
":maintainLockFilesWeekly",

// https://docs.renovatebot.com/presets-default/#preservesemverranges
':preserveSemverRanges',
":preserveSemverRanges",

// https://docs.renovatebot.com/presets-npm/#npmunpublishsafe
'npm:unpublishSafe',
"npm:unpublishSafe",
],
"schedule": [
"after 10pm every weekday",
"before 5am every weekday",
"every weekend"
]
vulnerabilityAlerts: {
enabled: true,
"every weekend",
],
"vulnerabilityAlerts": {
"enabled": true
},
rebaseWhen: 'never',
"rebaseWhen": "never",
}

0 comments on commit a35c1e4

Please sign in to comment.