Skip to content

Conversation

@Krastanov-agent
Copy link

⚠️ Important: This enables dependabot only for the top-level Julia package. If there are any other sub-packages in subfolders, they will not be tracked by dependabot and may need separate configuration.

CC @Krastanov

Summary

  • Remove CompatHelper workflows (replaced by dependabot)
  • Add/update dependabot.yml with Julia and GitHub Actions ecosystems
  • Julia dependabot support is now stable and preferred over CompatHelper

Changes

  • Deleted any CompatHelper workflow files from .github/workflows/
  • Updated/created .github/dependabot.yml with Julia and GitHub Actions ecosystem configurations
  • Set weekly update schedule for Julia dependencies and GitHub Actions

Test plan

  • Verify no CompatHelper workflows remain in .github/workflows/
  • Confirm dependabot.yml has proper Julia and GitHub Actions ecosystem configurations
  • Check that dependabot starts working after merge (may take up to 24 hours)

🤖 Generated with Claude Code


Script source: https://gist.github.com/Krastanov-agent/2b049684a01788458c399e9441bb264a

- Remove CompatHelper workflows (replaced by dependabot)
- Add/update dependabot.yml with Julia package ecosystem
- Julia dependabot support is now stable and preferred over CompatHelper

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@Krastanov
Copy link
Member

This PR should simplify the handling of compat updates, now that Julia is supported by dependabot. CompatHelper is not needed anymore. And dependabot does not stop after a few months of inactivity in the repository. There are a bunch of other minor quality of life improvements as well.

This PR was made by a bot, but now I am commenting as a human check on the bot that I endorse this PR and have checked its correctness.

@simsurace , could you vet this one -- it should be pretty quick. I want to avoid merging things unilaterally when there are other volunteers who have interacted with the codebase recently.

Copy link
Member

@gdalle gdalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine to me (I am also adding dependabot to all of my repos). Here we could add the "/docs" directory too though

@Krastanov
Copy link
Member

The docs folder is included now. In most of my packages I do not have any compat bounds on the docs folder -- I think of it as another compat CI test. That is why I did not think to include it here. I kinda prefer not having these compat bounds

@gdalle
Copy link
Member

gdalle commented Dec 19, 2025

Honestly I don't think it matters much either way. Compat bounds in docs and tests are most useful for packages with many dependencies or frequent updates, but here we're not in either of those cases

@simsurace simsurace merged commit 4a61029 into JuliaGraphs:master Dec 19, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants