Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Migrate from CompatHelper to Dependabot#8

Merged
ChrisRackauckas merged 2 commits intoSciML:mainfrom
ChrisRackauckas-Claude:migrate-to-dependabot
Dec 2, 2025
Merged

Migrate from CompatHelper to Dependabot#8
ChrisRackauckas merged 2 commits intoSciML:mainfrom
ChrisRackauckas-Claude:migrate-to-dependabot

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

This PR replaces CompatHelper with GitHub's native Dependabot for dependency updates.

Changes:

  • Added .github/dependabot.yml with Julia ecosystem support
  • Removed .github/workflows/CompatHelper.yml

Benefits of Dependabot:

  • Native GitHub integration (no separate workflow needed)
  • Better grouping of dependency updates
  • More reliable and maintained by GitHub
  • Supports both Julia packages and GitHub Actions updates

Configuration

The new Dependabot configuration:

  • Updates GitHub Actions weekly
  • Updates Julia dependencies daily
  • Groups all Julia package updates into a single PR

References


🤖 Generated with Claude Code

@ChrisRackauckas ChrisRackauckas merged commit fe6f684 into SciML:main Dec 2, 2025
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants