mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-21 13:00:41 +00:00
fix: disable digest pinning for testdata
This commit is contained in:
parent
2df493fb43
commit
135f76e5d0
@ -36,6 +36,11 @@
|
||||
"description": "Disable digest pinning for Compose (development only)",
|
||||
"matchManagers": ["docker-compose"],
|
||||
"pinDigests": false
|
||||
},
|
||||
{
|
||||
"description": "Disable digest pinning for testdata",
|
||||
"matchFileNames": ["testdata/**"],
|
||||
"pinDigests": false
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
|
Loading…
Reference in New Issue
Block a user