Merge branch 'v0' of ssh://ssh.spbr.net:51122/spacebar/rust-nex into v0
Some checks failed
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled

This commit is contained in:
Maple Nebel 2026-04-28 13:47:35 +02:00
commit 24095fb80c

14
renovate.json Normal file
View file

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchUpdateTypes": ["major"],
"automerge": false
}
]
}