We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b8f8b8 + 0bfd2ed commit b219d99Copy full SHA for b219d99
.github/dependabot.yml
@@ -1,6 +1,12 @@
1
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
+enable-beta-ecosystems: true
3
updates:
4
+ - package-ecosystem: "julia"
5
+ directories: # Location of Julia projects
6
+ - "/"
7
+ - "/docs"
8
+ schedule:
9
+ interval: "weekly"
10
- package-ecosystem: "github-actions"
11
directory: "/" # Location of package manifests
12
schedule:
.github/workflows/CompatHelper.yml
0 commit comments