Skip to content

Commit 51faea7

Browse files
committed
chore(deps): add bundler ecosystem to dependabot
Adds bundler package ecosystem to Dependabot configuration to monitor Jekyll gems in docs/ directory for security updates and dependency bumps. Signed-off-by: sonupreetam <[email protected]>
1 parent ce93a6c commit 51faea7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,16 @@ updates:
2727
update-types:
2828
- "minor"
2929
- "patch"
30+
- package-ecosystem: "bundler"
31+
directory: "/docs"
32+
schedule:
33+
interval: "weekly"
34+
commit-message:
35+
prefix: "chore(deps)"
36+
labels: ["ruby", "dependencies"]
37+
groups:
38+
dependencies:
39+
applies-to: version-updates
40+
update-types:
41+
- "minor"
42+
- "patch"

0 commit comments

Comments
 (0)