Skip to content

Commit 1906498

Browse files
committed
Use dependabot instead of CompatHelper
1 parent c2b87ae commit 1906498

2 files changed

Lines changed: 14 additions & 16 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 & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)