Skip to content

Commit 5a0e2b4

Browse files
\#181 Set up Dependabot to auto update submodules
1 parent d98ad62 commit 5a0e2b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
# Update specifications' submodules
4+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
5+
- package-ecosystem: "submodules"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"

0 commit comments

Comments
 (0)