Skip to content

Commit c24672a

Browse files
authored
Merge pull request #1233 from cppalliance/bot
Add dependabot for antora dependency tracking
2 parents d7bdf09 + e534e66 commit c24672a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright 2025 Matt Borland
2+
# Distributed under the Boost Software License, Version 1.0.
3+
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
4+
5+
version: 2
6+
updates:
7+
- package-ecosystem: "npm"
8+
directory: "/doc"
9+
schedule:
10+
interval: "weekly"

0 commit comments

Comments
 (0)