ci: add renovate config#1
Open
sydorovdmytro wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes DEVOPS-972
Summary
config:recommended+:semanticCommits+ digest-pinned GitHub Actions, weekly schedule, security alerts bypassing it).package.jsonwith one dependency. No lockfile, workflows, Dockerfiles, or tool-version pins exist, so no custom managers are needed.validate-renovateCI caller workflow so future config edits are validated on every PR.Coverage
package.json(root,@ant-design/icons)npm.github/workflows/validate-renovate.yaml(added here)github-actions(digest pinning)npm rules applied: 7-day
minimumReleaseAgefor all JS deps, andnpm-non-majorgrouping for minor+patch. Majors flow individually under the default weekly schedule.Deliberately not managed
Nothing is deliberately disabled. The repo has no out-of-band version pins:
package.jsonalone..github/workflowsother than the one added here, no Dockerfiles, no.nvmrc/.tool-versions/engines/packageManager/ workspaces..github/dependabot.ymlto remove.Test plan
renovate-config-validator renovate.json→ "Config validated successfully against 1 file(s)".renovate --platform=local --dry-run=extractmanager stats:{"github-actions": 7, "npm": 8, ...}; extractednpm1 file / 1 dep (@ant-design/icons@5.3.7) and the github-actions workflow dep. Both inventoried ecosystems covered.actionlinton the workflow → 0 findings.zizmor→ no findings (the 1 suppressed item is the pinned-SHA exemption from the trailing tag comment).Post-merge checklist
security-labeled PRs.RENOVATE_GITHUB_TOKENavailable to the Renovate runner if private modules are ever added (not needed today — the only dep is public).