mirror of
https://github.com/appium/appium.git
synced 2026-02-22 03:08:47 -06:00
43 lines
988 B
JSON
43 lines
988 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":semanticCommitTypeAll(chore)",
|
|
":pinAllExceptPeerDependencies",
|
|
"helpers:pinGitHubActionDigests"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"@types/wrap-ansi",
|
|
"del",
|
|
"execa",
|
|
"find-up",
|
|
"get-port",
|
|
"globby",
|
|
"inquirer",
|
|
"log-symbols",
|
|
"read-pkg",
|
|
"strip-ansi",
|
|
"supports-color",
|
|
"term-size",
|
|
"vinyl-paths",
|
|
"wrap-ansi",
|
|
"write-pkg"
|
|
],
|
|
"matchUpdateTypes": ["major"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"baseBranches": ["master"],
|
|
"ignorePaths": ["sample-code", "packages/appium/test/fixtures"],
|
|
"semanticCommits": "enabled",
|
|
"semanticCommitScope": "{{parentDir}}",
|
|
"schedule": ["after 10pm and before 5:00am"],
|
|
"timezone": "America/Vancouver",
|
|
"transitiveRemediation": true
|
|
}
|