Skip to content

Commit

Permalink
Update renovate.json (#372)
Browse files Browse the repository at this point in the history
- update submodules automatically
- set "dependency update" label
- set "line-openapi-update" label for line-openapi updates

#368
  • Loading branch information
tokuhirom authored Oct 31, 2023
1 parent a68a660 commit d0bfdbb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,15 @@
"config:base"
],
"automerge": true,
"platformAutomerge": true
"platformAutomerge": true,
"git-submodules": {
"enabled": true
},
"labels": [ "dependency upgrade" ],
"packageRules": [
{
"matchPackagePatterns": ["^line-openapi$"],
"labels": ["dependency upgrade", "line-openapi-update"]
}
]
}

0 comments on commit d0bfdbb

Please sign in to comment.