Skip to content

Instantly share code, notes, and snippets.

@kasaharu
Last active November 26, 2019 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasaharu/eb09b2d0b2bfce3331cb252b0ce98524 to your computer and use it in GitHub Desktop.
Save kasaharu/eb09b2d0b2bfce3331cb252b0ce98524 to your computer and use it in GitHub Desktop.
Renovate の設定ファイル
{
"extends": [
"config:base"
],
"timezone": "Asia/Tokyo",
"assignees": ["kasaharu"],
"reviewers": ["kasaharu"],
"schedule": ["every weekend"],
"labels": ["renovate"],
"patch": { "automerge": true },
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"before 3am on the first day of the month"
]
},
"packageRules": [
{
"packagePatterns": ["*"],
"enabled": false
},
{
"packagePatterns": [
],
"enabled": true
},
{
"packagePatterns": ["circleci/node"],
"enabled": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment