Compare commits

...

4 commits

Author SHA1 Message Date
c082630858 Reconfigure renovate
All checks were successful
/ check-changes (push) Successful in 15s
/ build (push) Successful in 4m1s
2024-12-26 14:36:49 +01:00
5cbddd1b39 Merge pull request 'Configure Renovate' (#4) from renovate/configure into main
Some checks failed
/ check-changes (push) Successful in 6s
/ build (push) Failing after 1m1s
Reviewed-on: #4
2024-12-26 13:35:00 +00:00
Ticktock Depbot
9e9d464d84 Add renovate.json
Some checks failed
/ build (push) Failing after 1m1s
/ check-changes (push) Successful in 22s
2024-12-26 13:32:41 +00:00
29ef28b06d Add renovate config
All checks were successful
/ build (push) Successful in 3m41s
/ check-changes (push) Successful in 15s
2024-12-26 14:26:33 +01:00

15
renovate.json Normal file
View file

@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"schedule": ["* 0-3 * * *"],
"npm": {
"rangeStrategy": "update-lockfile"
}
}