Skip to content

Commit 444f53e

Browse files
authored
update dependabot (#625)
* update dependabot * renamed * Revert "renamed" This reverts commit 28f803e.
1 parent c7fe564 commit 444f53e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
32
updates:
43
- package-ecosystem: "github-actions"
5-
directory: "/" # Location of package manifests
4+
directory: "/"
65
schedule:
76
interval: "weekly"
7+
- package-ecosystem: "julia"
8+
directory: "/"
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

Comments
 (0)