add ignore paths for renovate

This commit is contained in:
Joseph Hanson 2024-10-15 06:08:46 -05:00
parent 29a3cca668
commit 456c5b41cc
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -4,6 +4,7 @@
"nix": { "nix": {
"enabled": true "enabled": true
}, },
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"],
// "lockFileMaintenance": { // "lockFileMaintenance": {
// "enabled": true, // "enabled": true,
// "extends": [ // "extends": [