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

15 lines
329 B
JSON
Raw Normal View History

2021-08-12 01:22:50 +00:00
{
2022-05-25 07:53:22 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2023-02-11 20:38:08 +00:00
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
2022-05-25 07:53:22 +00:00
"packageRules": [
{
2022-09-10 21:08:06 +00:00
"matchPackageNames": ["alpine", "golang.org/x/oauth2", "github.com/aws/aws-sdk-go"],
2022-05-25 07:53:22 +00:00
"automerge": true,
"automergeType": "branch"
}
]
2021-08-12 01:22:50 +00:00
}