This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
server/renovate.json
Pierre-Olivier Mercier 38eaec6edc
All checks were successful
continuous-integration/drone/push Build is passing
renovate: Automerge some go packages
2022-02-08 07:00:27 +01:00

16 lines
372 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackageNames": [
"github.com/burntsushi/toml",
"github.com/studio-b12/gowebdav",
"golang.org/x/crypto",
"golang.org/x/image",
"golang.org/x/oauth2"
],
"automerge": true,
"automergeType": "branch"
}
]
}