Update Node.js to 3864be2 #50

Merged
Brain merged 3 commits from renovate/node-20.12.2 into main 2024-04-25 13:57:59 +02:00
Showing only changes of commit 7070883315 - Show all commits

View File

@ -6,5 +6,11 @@
":prHourlyLimitNone", ":prHourlyLimitNone",
":prConcurrentLimitNone", ":prConcurrentLimitNone",
":separateMultipleMajorReleases" ":separateMultipleMajorReleases"
],
"packageRules": [
{
"matchFileNames": [".drone.yml"],
"schedule": ["before 9am on the first day of the month"]
}
] ]
} }