* chore(deps): add renovate.json * chore(deps): update renovate.json to add grouping * chore(deps): update renovate.json to disable major docker updates * chore(deps): remove dependabot config * chore(deps): bundle github-action updates Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sct <ryan@sct.dev> Co-authored-by: Ryan Cohen <r-cohen@mercari.com>
16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:js-app",
|
|
"group:allNonMajor",
|
|
"docker:disableMajor",
|
|
"helpers:disableTypesNodeMajor"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": "github-actions",
|
|
"groupName": "github-actions"
|
|
}
|
|
]
|
|
}
|