Compare commits

..

No commits in common. "cc1e175c838dfd0ef2f86a3b23a93fb515a48969" and "15522d8de9ac1c03de8cc6fa06e66adad392c371" have entirely different histories.

2 changed files with 2 additions and 9 deletions

2
go.mod
View File

@ -31,6 +31,6 @@ require (
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/sys v0.13.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/appengine/v2 v2.0.5 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

View File

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