Disable automatic digest dependecy updates of Renovate

This commit is contained in:
Álvaro Mondéjar 2022-05-26 11:33:20 +02:00 committed by GitHub
parent 6165d30f5d
commit d5d29b0fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,7 @@
// We generally always want the major version
separateMajorMinor: false,
// We manually update digest dependencies (eg. hashes in Github actions)
digest: { enabled: false },
}