Skip to content

Commit 7ea329a

Browse files
authored
Replace CompatHelper with dependabot (#75)
1 parent a596c1a commit 7ea329a

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
- package-ecosystem: "julia" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

.github/workflows/CompactHelper.yml

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

0 commit comments

Comments
 (0)