+2
-9
@@ -12,7 +12,6 @@
|
|||||||
"prHourlyLimit": 10,
|
"prHourlyLimit": 10,
|
||||||
"prConcurrentLimit": 20,
|
"prConcurrentLimit": 20,
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"ignoreDeps": ["actions/release-action", "https://gitea.com/actions/release-action"],
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Group all minor and patch updates per ecosystem in one PR",
|
"description": "Group all minor and patch updates per ecosystem in one PR",
|
||||||
@@ -27,8 +26,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "TypeScript type definitions stay grouped with each other",
|
"description": "TypeScript type definitions stay grouped with each other",
|
||||||
"groupName": "type definitions",
|
"matchPackagePrefixes": ["@types/"],
|
||||||
"matchPackageNames": ["@types/{/,}**"]
|
"groupName": "type definitions"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Dev dependencies in their own group",
|
"description": "Dev dependencies in their own group",
|
||||||
@@ -39,12 +38,6 @@
|
|||||||
"description": "Pin GitHub Action versions by SHA for supply-chain hygiene",
|
"description": "Pin GitHub Action versions by SHA for supply-chain hygiene",
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"pinDigests": true
|
"pinDigests": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Branch-ref refs (e.g. @main) cannot be tag-resolved — disable lookups for our known offenders",
|
|
||||||
"matchManagers": ["gitea-tags"],
|
|
||||||
"matchPackageNames": ["actions/release-action"],
|
|
||||||
"enabled": false
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user