Compare commits

..

3 commits

Author SHA1 Message Date
Ticktock Depbot
ad6b29b4c1 Update Yarn to v1.22.22
Some checks failed
renovate/artifacts Artifact file update failure
/ build (push) Has been cancelled
/ check-changes (push) Has been cancelled
2024-12-26 14:27:25 +00:00
2fa44b12f6 Merge pull request 'Update renovate configuration' (#12) from renovate/update-config into main
All checks were successful
/ build (push) Has been skipped
/ check-changes (push) Successful in 5s
Reviewed-on: #12
2024-12-26 14:26:52 +00:00
46eb763adb Update renovate configuration
All checks were successful
/ check-changes (push) Successful in 6s
/ build (push) Successful in 3m36s
2024-12-26 15:26:03 +01:00

View file

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