ci: configure renovate

This commit is contained in:
winston 2024-09-18 16:35:47 +02:00
parent ee46717618
commit 4081815938
Signed by: winston
GPG key ID: 3786770EDBC2B481

11
renovate.json Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
"schedule:weekly",
":automergeAll"
],
"nix": {
"enabled": true
}
}