mirror of
https://github.com/appium/appium.git
synced 2026-02-22 11:19:06 -06:00
fix(renovate): adjust config for Renovate v38 (#20455)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["github>appium/appium//renovate/default"],
|
||||
"schedule": ["after 10pm and before 5:00am"],
|
||||
"schedule": [
|
||||
"after 10pm",
|
||||
"before 5:00am"
|
||||
],
|
||||
"timezone": "America/Vancouver"
|
||||
}
|
||||
|
||||
@@ -57,7 +57,6 @@ Appium extension authors--or anyone else--may use this config as well.
|
||||
### Additional Config
|
||||
|
||||
- Uses the parent directory for the commit scope if applicable; otherwise uses `deps`. The parent directory is _typically_ only applicable in monorepos.
|
||||
- Attempts transititive remediation of vulns
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
},
|
||||
{
|
||||
"extends": ["packages:eslint"],
|
||||
"matchPackagePrefixes": ["@appium/eslint-config-appium"],
|
||||
"matchPackageNames": ["@appium/eslint-config-appium**"],
|
||||
"groupName": "ESLint-related packages",
|
||||
"groupSlug": "eslint"
|
||||
},
|
||||
@@ -55,13 +55,10 @@
|
||||
"groupSlug": "teen_process"
|
||||
},
|
||||
{
|
||||
"matchPackagePrefixes": ["@appium/"],
|
||||
"excludePackageNames": ["@appium/eslint-config-appium", "@appium/eslint-config-appium-ts"],
|
||||
"matchPackageNames": "appium",
|
||||
"matchPackageNames": ["appium", "@appium/**", "!@appium/eslint-config-appium**"],
|
||||
"groupName": "Appium-related packages",
|
||||
"groupSlug": "appium"
|
||||
}
|
||||
],
|
||||
"semanticCommitScope": "{{#if parentDir}}{{parentDir}}{{else}}deps{{/if}}",
|
||||
"transitiveRemediation": true
|
||||
"semanticCommitScope": "{{#if parentDir}}{{parentDir}}{{else}}deps{{/if}}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user