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.
1 parent 2998278 commit 4a490e8Copy full SHA for 4a490e8
.github/dependabot.yml
@@ -1,7 +1,19 @@
1
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
3
+enable-beta-ecosystems: true # Julia ecosystem
4
updates:
5
- package-ecosystem: "github-actions"
6
directory: "/" # Location of package manifests
7
schedule:
8
interval: "weekly"
9
+ - package-ecosystem: "julia"
10
+ directories:
11
+ - "/"
12
+ - "/docs"
13
+ - "/test"
14
+ schedule:
15
+ interval: "daily"
16
+ groups:
17
+ all-julia-packages:
18
+ patterns:
19
+ - "*"
0 commit comments