ci(renovate): Rename log-plugin to log (#2122)

This commit is contained in:
Fabian-Lars
2024-12-02 15:01:19 +01:00
committed by GitHub
parent 82fa1e1f45
commit 664c452697
+2 -2
View File
@@ -56,7 +56,7 @@
"dependencies": [ "dependencies": [
"barcode-scanner", "barcode-scanner",
"biometric", "biometric",
"log-plugin", "log",
"cli", "cli",
"clipboard-manager", "clipboard-manager",
"dialog", "dialog",
@@ -217,7 +217,7 @@
"path": "./plugins/localhost", "path": "./plugins/localhost",
"manager": "rust" "manager": "rust"
}, },
"log-plugin": { "log": {
"path": "./plugins/log", "path": "./plugins/log",
"manager": "rust" "manager": "rust"
}, },