Skip to content

Instantly share code, notes, and snippets.

@TheJotob
Created November 13, 2022 13:54
Show Gist options
  • Save TheJotob/cf8286cf310e9a04f51d49568b3ab129 to your computer and use it in GitHub Desktop.
Save TheJotob/cf8286cf310e9a04f51d49568b3ab129 to your computer and use it in GitHub Desktop.
Renovate Configuration
{
"extends": [
"config:base",
"schedule:nonOfficeHours",
"group:recommended",
"npm:unpublishSafe",
":automergePatch",
":automergeLinters",
":automergeTesters"
],
"timezone": "Europe/Berlin",
"labels": ["dependencies"],
"reviewers": ["team:activation"],
"prConcurrentLimit": 5,
"packageRules": [
{
"matchPackagePatterns": ["vue", "vuex"],
"major": {
"enabled": false
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment