Migrate config renovate.json

This commit is contained in:
2025-10-30 03:27:30 +00:00
parent ed3cd9867b
commit 2f23b1bd75

View File

@@ -3,9 +3,12 @@
"extends": [
"config:recommended"
],
"packageRules": [{
"docker": {
"packageRules": [
{
"matchCategories": [
"docker"
],
"pinDigests": true
}
}]
]
}