Files
santifer--career-ops/renovate.json
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

30 lines
642 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor",
":semanticCommits"
],
"labels": ["dependencies"],
"schedule": ["before 7am on monday"],
"prHourlyLimit": 3,
"prConcurrentLimit": 5,
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions",
"automerge": false
},
{
"matchManagers": ["gomod"],
"groupName": "Go dependencies",
"automerge": false
},
{
"matchManagers": ["npm"],
"groupName": "npm dependencies",
"automerge": false
}
]
}