We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab1dd0 commit 829eac3Copy full SHA for 829eac3
2 files changed
.github/dependabot.yml
@@ -1,7 +1,17 @@
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
+ directories: # Location of Julia projects
9
+ - "."
10
+ - "./docs"
11
+ - "./test"
12
+ schedule:
13
14
+ # groups: # uncomment to group all julia package updates into a single PR
15
+ # all-julia-packages:
16
+ # patterns:
17
+ # - "*"
.github/workflows/TagBot.yml
0 commit comments