Merge pull request #764 from vbrandl/renovate
Some checks failed
continuous-integration/drone/push Build is passing
/ Rustfmt (push) Failing after 51s
/ Clippy (push) Failing after 5m8s
/ Test Suite (ubuntu-latest) (push) Successful in 11m17s
Security audit / security_audit (push) Failing after 11s

Default renovate config
This commit is contained in:
Valentin Brandl 2024-04-18 17:16:31 +02:00 committed by GitHub
commit a855a5d2b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended" "local>renovate-bot/renovate-config"
], ]
"nix": {
"enabled": false
}
} }