Try to prevent Google AppEngine from being updated to v2
All checks were successful
Build and push container image / build (push) Successful in 41s
All checks were successful
Build and push container image / build (push) Successful in 41s
This commit is contained in:
parent
2f3c3a6def
commit
cc1e175c83
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user