Skip to content

Commit 99a2a8a

Browse files
committed
add dependabot
1 parent 861c330 commit 99a2a8a

2 files changed

Lines changed: 9 additions & 46 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/" # Location of package manifests
66
schedule:
7-
interval: "weekly"
7+
interval: "weekly"
8+
- package-ecosystem: "julia"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
groups: # uncomment to group all julia package updates into a single PR
13+
all-julia-packages:
14+
patterns:
15+
- "*"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)