Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-33 authored Jan 20, 2025
1 parent f7d2a14 commit 9689f0e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@
],
packageRules: [
{
matchPackageNames: [
'/^line-openapi$/',
],
labels: [
'dependency upgrade',
'line-openapi-update',
],
// In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
// hours, as there are code changes.
// If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
// all, so we allow it to run at night just in case.
schedule: [
'after 11pm',
'before 4am',
],
matchPackageNames: [
'/^line-openapi$/',
],
},
],
}

0 comments on commit 9689f0e

Please sign in to comment.