Merge pull request 'Migrate renovate config' (#17) from renovate/migrate-config into main
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 2s
Remote Deployment Pipeline / Create remote directory (push) Successful in 5s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 18s
Remote Deployment Pipeline / Run docker-compose remotely (push) Successful in 5s

Reviewed-on: #17
This commit is contained in:
2025-10-30 17:51:03 +01:00

View File

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