Skip to content

Commit b219d99

Browse files
authored
Merge pull request #92 from Krastanov-agent/update-workflows-julia-dependabot
2 parents 9b8f8b8 + 0bfd2ed commit b219d99

File tree

2 files changed

+7
-45
lines changed

2 files changed

+7
-45
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+
directories: # Location of Julia projects
6+
- "/"
7+
- "/docs"
8+
schedule:
9+
interval: "weekly"
410
- package-ecosystem: "github-actions"
511
directory: "/" # Location of package manifests
612
schedule:

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)