We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e307b2 + 440cda7 commit 18621a9Copy full SHA for 18621a9
.github/dependabot.yml
@@ -1,7 +1,14 @@
1
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
3
updates:
4
- package-ecosystem: "github-actions"
5
- directory: "/" # Location of package manifests
+ directory: "/"
6
schedule:
7
interval: "weekly"
+ - package-ecosystem: "julia"
8
9
+ schedule:
10
+ interval: "weekly"
11
+ groups: # uncomment to group all julia package updates into a single PR
12
+ all-julia-packages:
13
+ patterns:
14
+ - "*"
0 commit comments