add renovate config

This commit is contained in:
cswimr 2025-01-23 15:40:46 -06:00
parent 9699f99205
commit 39798faee7
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

8
renovate.json Normal file
View file

@ -0,0 +1,8 @@
{
"extends": [
"config:best-practices"
],
"nix": {
"enabled": true
}
}