Skip to content

Commit 33c67d4

Browse files
authored
Merge pull request #8 from Krastanov-agent/update-workflows-julia-dependabot
Update GitHub workflows: remove CompatHelper, add Julia dependabot
2 parents e34b44d + f091753 commit 33c67d4

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
2+
enable-beta-ecosystems: true
33
updates:
4+
- package-ecosystem: "julia"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
48
- package-ecosystem: "github-actions"
59
directory: "/" # Location of package manifests
610
schedule:

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)