Skip to content

Commit 18621a9

Browse files
authored
Merge pull request #15 from JuliaAstro/icweaver-patch-1
ci: update dependabot.yml
2 parents 0e307b2 + 440cda7 commit 18621a9

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)