chore(deps): add Renovate for pixi.toml and pip-audit CVE scanning#297
Merged
Conversation
86a6d5e to
aa4fe83
Compare
- Add renovate.json enabling the Renovate pixi manager with monthly schedule and grouping all pixi build-tool deps into one PR - Add [feature.lint] to pixi.toml with pip-audit>=2.7 dependency and a pip-audit --min-severity high task for proactive CVE scanning - No changes to .github/dependabot.yml; Docker/exporter coverage remains separate and correct Note: the Renovate GitHub App must be installed at the org/repo level (github.com/apps/renovate) for automated PRs to be opened. Closes #119 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
renovate.jsonat the repo root enabling Renovate's nativepiximanager, grouped into a single monthly PR, targetingmain, with thedependencieslabel andchore(deps):commit prefix[feature.lint]block inpixi.tomlwithpip-audit>=2.7as a dependency and apip-audit --min-severity hightask for proactive CVE scanning.github/dependabot.yml— Docker/exporter coverage remains separate and correctTest plan
renovate.jsonis valid JSON (verified withpython3 -c "import json; json.load(...)")pixi installsucceeds for both default andlintenvironmentspixi run --environment lint pip-auditinvokes the task correctlygithub.com/apps/renovate), runrenovate --dry-run=lookup HomericIntelligence/ProjectArgusto confirm pixi deps are discoveredCloses #119
🤖 Generated with Claude Code