Skip to content

Commit 7adb6ff

Browse files
committed
Enable version updates for git submodules
Also, group dependabot PRs Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
1 parent 2f39fc9 commit 7adb6ff

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
groups:
9+
github-actions:
10+
patterns: ["*"]
11+
# Enable version updates for git submodules
12+
- package-ecosystem: "gitsubmodule"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"
16+
groups:
17+
submodule:
18+
patterns: ["*"]

0 commit comments

Comments
 (0)