Skip to content

Commit 01e1364

Browse files
committed
Configure dependabot for docs-playbook
1 parent e52611e commit 01e1364

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,15 @@ updates:
103103
- "minor"
104104
open-pull-requests-limit: 10
105105
versioning-strategy: increase
106+
107+
- package-ecosystem: npm
108+
directory: "/docs-playbook"
109+
schedule:
110+
interval: weekly
111+
versioning-strategy: increase
112+
groups:
113+
docs-playbook-dependencies:
114+
patterns:
115+
- "*"
116+
update-types:
117+
- "patch"

0 commit comments

Comments
 (0)