Try to prevent Google AppEngine from being updated to v2
All checks were successful
Build and push container image / build (push) Successful in 41s

This commit is contained in:
toast 2023-10-23 23:14:38 +11:00
parent 2f3c3a6def
commit cc1e175c83

View File

@ -40,7 +40,14 @@
{
"matchManagers": ["docker-compose"],
"matchUpdateTypes": ["pin", "digest"],
"enabled": false
"enabled": true
},
{
"matchDepNames": [
"google.golang.org/appengine/v2"
],
"matchUpdateTypes": ["pin", "digest"],
"enabled": true
}
]
}