This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
minifaas/renovate.json

11 lines
321 B
JSON
Raw Permalink Normal View History

2021-08-12 02:10:36 +00:00
{
2022-06-24 14:03:36 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackageNames": ["alpine", "github.com/docker/docker", "github.com/opencontainers/image-spec", "github.com/gin-gonic/gin", "nhooyr.io/websocket"],
"automerge": true,
"automergeType": "branch"
}
]
2021-08-12 02:10:36 +00:00
}