mirror of
https://github.com/boshu2/agentops.git
synced 2026-09-14 15:08:13 +08:00
9188061a9d
Broadens the devDependencies-only automerge rule to every minor/patch/ pin/digest update. Safe now that main has branch protection requiring the Validate summary check — platformAutomerge waits for green CI. Majors still require manual review.
28 lines
672 B
JSON
28 lines
672 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", ":dependencyDashboard", ":semanticCommits"],
|
|
"timezone": "America/New_York",
|
|
"schedule": ["at any time"],
|
|
"prCreation": "immediate",
|
|
"prConcurrentLimit": 10,
|
|
"prHourlyLimit": 4,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "github-actions"
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["lockFileMaintenance"],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"vulnerabilityAlerts": {
|
|
"enabled": true,
|
|
"automerge": true
|
|
}
|
|
}
|