Update renovate.json

This commit is contained in:
elibrody 2024-01-23 19:08:04 -05:00 committed by GitHub
parent 9116e4128e
commit 91240caa05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,9 @@
{ {
"configMigration": true,
"extends": [ "extends": [
":dependencyDashboard", "config:recommended",
":semanticPrefixFixDepsChoreOthers", "docker:pinDigests",
":ignoreModulesAndTests", "helpers:pinGitHubActionDigests",
"group:monorepos", ":pinDevDependencies"
"group:recommended",
"replacements:all",
"workarounds:all"
] ]
} }