ComponentArrays.jl
ComponentArrays.jl copied to clipboard
Add Julia ecosystem to Dependabot configuration
Summary
This PR adds Julia ecosystem support to the existing Dependabot configuration and removes CompatHelper.
Changes:
- Updated
.github/dependabot.ymlto include Julia ecosystem (beta feature) - Removed
.github/workflows/CompatHelper.yml
Benefits:
- Native GitHub Dependabot now handles Julia dependencies
- No need for separate CompatHelper workflow
- Groups all Julia package updates into a single PR
Configuration
The updated Dependabot configuration now includes:
- Updates GitHub Actions weekly (existing)
- Updates Julia dependencies daily (new)
- Groups all Julia package updates into a single PR (new)
References
- Dependabot documentation
- Example: https://github.com/JuliaDiff/DifferentiationInterface.jl/blob/main/.github/dependabot.yml
🤖 Generated with Claude Code