Skip to content

Commit 75727b5

Browse files
sethaxenclaude
andauthored
ci: replace CompatHelper with dependabot for Julia deps (#115)
Dependabot now covers Julia dependency compat bumps across all Project.toml locations, making the CompatHelper workflow redundant. Co-authored-by: Claude <noreply@anthropic.com>
1 parent d175080 commit 75727b5

2 files changed

Lines changed: 11 additions & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ updates:
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "monthly"
8+
- package-ecosystem: "julia"
9+
directories: # Location of Julia projects
10+
- "/"
11+
- "/docs"
12+
schedule:
13+
interval: "daily"
14+
groups:
15+
# Group all Julia package updates into a single PR:
16+
all-julia-packages:
17+
patterns:
18+
- "*"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)