Skip to content

Commit 3b5bcbe

Browse files
authored
build: Update dependabot.yml (#60)
1 parent b5e3df2 commit 3b5bcbe

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
12
version: 2
23
updates:
34
- package-ecosystem: "github-actions"
4-
directory: "/"
5+
directory: "/" # Location of package manifests
56
schedule:
67
interval: "weekly"
78
- package-ecosystem: "julia"
8-
directory: "/"
9+
directories: ["/", "/docs", "/test"] # Location of Julia projects
910
schedule:
1011
interval: "weekly"
11-
groups: # uncomment to group all julia package updates into a single PR
12+
groups: # Group all julia package updates into a single PR
1213
all-julia-packages:
1314
patterns:
1415
- "*"
16+
ignore:
17+
- dependency-name: "ASDF" # Ignore package itself

0 commit comments

Comments
 (0)