Update renovate.json #3

Open
sixsmith wants to merge 1 commits from sixsmith/pdc:sixsmith-patch-1 into main
+9 -1
View File
@@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"pinDigests": true
}
]
}
}