Skip to content

Commit 8191614

Browse files
committed
Update dependabot.yml file
1 parent 93bdc4e commit 8191614

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
allow:
13+
# Allow production updates only (can do a AND, several entries are doing a OR)
14+
- dependency-type: "production"
15+
#- dependency-type: "direct"
16+
exclude-paths:
17+
- 'dev'

0 commit comments

Comments
 (0)