Skip to content

Commit 2de5a1c

Browse files
haakon-eclaude
andcommitted
ci: use dependabot to update julia packages
- applies to root environment - check every wednesday - all julia package updates are grouped into a single PR - remove CompatHelper Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6fb60b4 commit 2de5a1c

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
# Julia support: https://discourse.julialang.org/t/psa-github-dependabot-now-supports-julia/134997
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/" # Location of package manifests
7+
schedule:
8+
interval: "weekly"
9+
- package-ecosystem: "julia"
10+
directories:
11+
- "/"
12+
schedule:
13+
interval: "weekly"
14+
day: "wednesday"
15+
groups: # groups all julia package updates into a single PR
16+
all-julia-packages:
17+
patterns:
18+
- "*"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)