Skip to content

Commit ed20cd1

Browse files
committed
replace CompatHelper with dependabot
1 parent c0ad8e3 commit ed20cd1

2 files changed

Lines changed: 14 additions & 25 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "julia"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
groups: # uncomment to group all julia package updates into a single PR
12+
all-julia-packages:
13+
patterns:
14+
- "*"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)