We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f241647 commit 886c6f9Copy full SHA for 886c6f9
2 files changed
.github/dependabot.yml
@@ -5,3 +5,9 @@ updates:
5
directory: "/" # Location of package manifests
6
schedule:
7
interval: "weekly"
8
+ - package-ecosystem: "julia"
9
+ directories: # Location of Julia projects
10
+ - "/"
11
+ - "/docs"
12
+ schedule:
13
+ interval: "weekly"
.github/workflows/CompatHelper.yml
0 commit comments