We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd596a commit 0c17127Copy full SHA for 0c17127
2 files changed
.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"
+ interval: "weekly"
+ - package-ecosystem: "julia"
8
9
+ schedule:
10
11
+ # groups: # uncomment to group all julia package updates into a single PR
12
+ # all-julia-packages:
13
+ # patterns:
14
+ # - "*"
.github/workflows/CompatHelper.yml
0 commit comments