Page:
workflows-renovate
Pages
AUTO-CREATE-ORG-PROJECTS
Branching-Strategy
CLI-AUTOMATION
Coding-Standards
DEPLOY-SCRIPTS
DOLIBARR-MODULE-IDS
DRY-RUN-PATTERN
Documentation-Standards
File-Header-Standards
JOOMLA-SYNC
LEGAL-DOC-GENERATOR-WEB-README
MONITORING-SCRIPTS
NEW-SCRIPTS
QUICKSTART-ORG-PROJECTS
RELEASE-MANAGEMENT
Version-Standard
WIKI-STANDARDS
WORKFLOW-STANDARDS
api-maintenance-index
api-plugin-index
api-tests-index
api-tests-sample-index
automation-README
automation-branch-version-automation
automation-repo-cleanup
client-repos
standards-mokostandards-file-spec
templates-client-waas
templates-dolibarr
templates-generic
templates-mcp
unnamed
workflows-README
workflows-auto-release
workflows-branch-protection
workflows-build-release
workflows-cascade-dev
workflows-changelog-management
workflows-demo-deployment
workflows-dev-branch-tracking
workflows-dev-deployment
workflows-index
workflows-release-system
workflows-renovate
workflows-reusable-workflows
workflows-rs-deployment
workflows-secret-scanning
workflows-shared-workflows
workflows-standards-compliance
workflows-static-analysis
workflows-sub-issue-management
workflows-update-server
workflows-workflow-architecture
Clone
5
workflows-renovate
Jonathan Miller edited this page 2026-06-21 05:40:35 +00:00
← Home
Renovate Dependency Updates
Status: ✅ Active | Version: 01.00.00 | Last Updated: 2026-05-07
Overview
Automated dependency update management using Renovate. Runs centrally from mokocli and creates PRs for outdated dependencies across all governed repos.
Architecture
- Central runner:
renovate.ymlworkflow in mokocli scans all repos - Per-repo config:
renovate.jsonin each repo controls update behavior - Supported managers: Composer (PHP), npm (JavaScript)
Schedule
| Trigger | When |
|---|---|
| Scheduled | Weekly Wednesday 04:00 UTC |
| Manual | Dispatch with optional repo filter and dry-run |
Update Behavior
| Update Type | Action |
|---|---|
| Patch (x.x.Y) | Auto-merge if CI passes |
| Minor (x.Y.0) | PR created, manual review required |
| Major (Y.0.0) | PR created, manual review required |
Per-Repo Configuration
Each repo has a renovate.json that extends the recommended config:
{
"extends": ["config:recommended", "schedule:weekly"],
"automerge": false,
"packageRules": [
{ "matchUpdateTypes": ["patch"], "automerge": true }
]
}
Override in any repo by editing its renovate.json.
Inputs (Manual Dispatch)
| Input | Default | Description |
|---|---|---|
repos |
all | Comma-separated repo names |
dry_run |
false | Log only, no PRs created |
Excluded Repos
Same exclusion list as other centralized workflows (platform/standards/template repos).
Related Documentation
Changelog
| Version | Date | Changes |
|---|---|---|
| 01.00.00 | 2026-05-07 | Initial release — centralized Renovate runner |
Repo: mokocli · mokocli wiki
| Field | Value |
|---|---|
| Minimum Version | 04.07.00 |
| Platform | all |
| Applies To | All repositories |
| Revision | Date | Author | Description |
|---|---|---|---|
| 1.0 | 2026-05-08 | Moko Consulting | Initial version |
Pages
- AUTO-CREATE-ORG-PROJECTS
- Branching-Strategy
- CLI-AUTOMATION
- Coding-Standards
- DEPLOY-SCRIPTS
- DOLIBARR-MODULE-IDS
- DRY-RUN-PATTERN
- Documentation-Standards
- File-Header-Standards
- JOOMLA-SYNC
- LEGAL-DOC-GENERATOR-WEB-README
- MONITORING-SCRIPTS
- NEW-SCRIPTS
- QUICKSTART-ORG-PROJECTS
- RELEASE-MANAGEMENT
- Version-Standard
- WIKI-STANDARDS
- WORKFLOW-STANDARDS
- api-maintenance-index
- api-plugin-index
- api-tests-index
- api-tests-sample-index
- automation-README
- automation-branch-version-automation
- automation-repo-cleanup
- client-repos
- features
- operations
- reference
- standards-mokostandards-file-spec
- templates-client-waas
- templates-dolibarr
- templates-generic
- templates-mcp
- unnamed
- workflows-README
- workflows-auto-release
- workflows-branch-protection
- workflows-build-release
- workflows-cascade-dev
- workflows-changelog-management
- workflows-demo-deployment
- workflows-dev-branch-tracking
- workflows-dev-deployment
- workflows-index
- workflows-release-system
- workflows-renovate
- workflows-reusable-workflows
- workflows-rs-deployment
- workflows-secret-scanning
- workflows-shared-workflows
- workflows-standards-compliance
- workflows-static-analysis
- workflows-sub-issue-management
- workflows-update-server
- workflows-workflow-architecture
- workflows