Skip to content

Commit

Permalink
Update renovate.json (#329)
Browse files Browse the repository at this point in the history
we should use same config as
https://github.com/line/line-bot-sdk-nodejs/blob/master/renovate.json,
to enable automege.
  • Loading branch information
Yang-33 authored Jun 14, 2024
1 parent ce440f3 commit d02c8dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"automerge": true,
"platformAutomerge": true,
"git-submodules": {
"enabled": true
},
"labels": [ "dependency upgrade" ],
"packageRules": [
{
"matchPackagePatterns": ["^line-openapi$"],
"labels": ["dependency upgrade", "line-openapi-update"]
}
]
}

0 comments on commit d02c8dc

Please sign in to comment.