Skip to content

Commit bac2eb5

Browse files
Krastanovclaude
andcommitted
Update GitHub workflows: remove CompatHelper, add Julia dependabot
- 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 <[email protected]>
1 parent 9b8f8b8 commit bac2eb5

File tree

2 files changed

+5
-45
lines changed

2 files changed

+5
-45
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
2+
enable-beta-ecosystems: true
33
updates:
4+
- package-ecosystem: "julia"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
48
- package-ecosystem: "github-actions"
59
directory: "/" # Location of package manifests
610
schedule:

.github/workflows/CompatHelper.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)