2019-11-28 10:51:38 +03:00
|
|
|
{
|
2019-12-21 09:34:36 +03:00
|
|
|
"extends": ["config:base"],
|
2019-12-13 00:19:52 +03:00
|
|
|
"schedule": "after 3am on Wednesday",
|
|
|
|
"ignorePaths": [],
|
2020-01-08 15:35:09 +03:00
|
|
|
"labels": ["chore"],
|
2019-11-28 10:51:38 +03:00
|
|
|
"enabledManagers": ["cargo", "npm"],
|
|
|
|
"cargo": {
|
|
|
|
"enabled": true
|
2019-12-13 00:19:52 +03:00
|
|
|
},
|
|
|
|
"packageRules": [
|
2020-01-09 14:55:55 +03:00
|
|
|
{
|
|
|
|
"packagePatterns": ["*"],
|
|
|
|
"enabled": false
|
|
|
|
},
|
2019-12-13 00:19:52 +03:00
|
|
|
{
|
2020-01-08 15:35:09 +03:00
|
|
|
"enabled": true,
|
|
|
|
"paths": ["tauri/**"],
|
|
|
|
"groupName": "Tauri Core",
|
|
|
|
"groupSlug": "allTauriCore",
|
|
|
|
"commitMessagePrefix": "chore(deps)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
2020-01-09 14:55:55 +03:00
|
|
|
},
|
|
|
|
"rebaseConflictedPrs": false
|
2020-01-08 15:35:09 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"enabled": true,
|
|
|
|
"paths": ["tauri-api/**"],
|
|
|
|
"groupName": "Tauri API",
|
|
|
|
"groupSlug": "allTauriAPI",
|
|
|
|
"commitMessagePrefix": "chore(deps)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
2020-01-09 14:55:55 +03:00
|
|
|
},
|
|
|
|
"rebaseConflictedPrs": false
|
2020-01-08 15:35:09 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"enabled": true,
|
2020-02-08 18:51:48 +03:00
|
|
|
"paths": ["cli/tauri-bundler/**"],
|
2020-01-08 15:35:09 +03:00
|
|
|
"groupName": "Tauri Bundler",
|
|
|
|
"groupSlug": "allTauriBundler",
|
|
|
|
"commitMessagePrefix": "chore(deps)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
2020-01-09 14:55:55 +03:00
|
|
|
},
|
|
|
|
"rebaseConflictedPrs": false
|
2020-01-08 15:35:09 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"enabled": true,
|
|
|
|
"paths": ["cli/tauri.js/**"],
|
|
|
|
"groupName": "Tauri JS CLI",
|
|
|
|
"groupSlug": "allTauriJSCLI",
|
|
|
|
"commitMessagePrefix": "chore(deps)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
2020-01-09 14:55:55 +03:00
|
|
|
},
|
|
|
|
"rebaseConflictedPrs": false
|
2020-01-08 15:35:09 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"enabled": true,
|
2020-01-03 14:02:54 +03:00
|
|
|
"paths": ["examples/react/gatsby*/**"],
|
2019-12-13 00:19:52 +03:00
|
|
|
"groupName": "Gatsby Examples",
|
|
|
|
"groupSlug": "allGatsby",
|
|
|
|
"commitMessagePrefix": "chore(examples)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
2019-12-21 09:34:36 +03:00
|
|
|
"prPriority": -1,
|
|
|
|
"automerge": true,
|
|
|
|
"rebaseConflictedPrs": true
|
2019-12-13 00:19:52 +03:00
|
|
|
},
|
2019-12-21 12:47:33 +03:00
|
|
|
{
|
2020-01-08 15:35:09 +03:00
|
|
|
"enabled": true,
|
2020-01-03 14:02:54 +03:00
|
|
|
"paths": ["examples/react/create-react-app*/**"],
|
2019-12-21 12:47:33 +03:00
|
|
|
"groupName": "CRA Examples",
|
|
|
|
"groupSlug": "allCRA",
|
|
|
|
"commitMessagePrefix": "chore(examples)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"prPriority": -1,
|
|
|
|
"automerge": true,
|
|
|
|
"rebaseConflictedPrs": true
|
|
|
|
},
|
|
|
|
{
|
2020-01-08 15:35:09 +03:00
|
|
|
"enabled": true,
|
2020-01-03 14:02:54 +03:00
|
|
|
"paths": ["examples/react/next*/**"],
|
2019-12-21 12:47:33 +03:00
|
|
|
"groupName": "Next.js Examples",
|
|
|
|
"groupSlug": "allNextjs",
|
|
|
|
"commitMessagePrefix": "chore(examples)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"prPriority": -1,
|
|
|
|
"automerge": true,
|
|
|
|
"rebaseConflictedPrs": true
|
|
|
|
},
|
2019-12-13 00:19:52 +03:00
|
|
|
{
|
2020-01-08 15:35:09 +03:00
|
|
|
"enabled": true,
|
2019-12-13 00:19:52 +03:00
|
|
|
"paths": ["examples/vue/**"],
|
|
|
|
"groupName": "Vue Examples",
|
|
|
|
"groupSlug": "allVue",
|
|
|
|
"commitMessagePrefix": "chore(examples)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
2019-12-21 09:34:36 +03:00
|
|
|
"prPriority": -1,
|
|
|
|
"automerge": true,
|
|
|
|
"rebaseConflictedPrs": true
|
2019-12-13 00:19:52 +03:00
|
|
|
},
|
|
|
|
{
|
2020-01-08 15:35:09 +03:00
|
|
|
"enabled": true,
|
2019-12-13 00:19:52 +03:00
|
|
|
"paths": ["examples/vanillajs/**"],
|
|
|
|
"groupName": "VanillaJS Examples",
|
|
|
|
"groupSlug": "allVanilla",
|
|
|
|
"commitMessagePrefix": "chore(examples)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
2019-12-21 09:34:36 +03:00
|
|
|
"prPriority": -1,
|
|
|
|
"automerge": true,
|
|
|
|
"rebaseConflictedPrs": true
|
2019-12-25 20:24:24 +03:00
|
|
|
},
|
2019-12-25 18:21:04 +03:00
|
|
|
{
|
2020-01-08 15:35:09 +03:00
|
|
|
"enabled": true,
|
2019-12-25 18:21:04 +03:00
|
|
|
"paths": ["examples/svelte/**"],
|
|
|
|
"groupName": "Svelte Examples",
|
|
|
|
"groupSlug": "allSvelte",
|
|
|
|
"commitMessagePrefix": "chore(examples)",
|
|
|
|
"lockFileMaintenance": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"prPriority": -1,
|
|
|
|
"automerge": true,
|
|
|
|
"rebaseConflictedPrs": true
|
|
|
|
}
|
2019-12-13 00:19:52 +03:00
|
|
|
]
|
2019-11-28 10:51:38 +03:00
|
|
|
}
|