Skip to content

Commit 01c82ca

Browse files
Merge pull request #172 from inteon/dependabot_subfolders
Add dependabot update targets for the modules defined in the modules
2 parents c7196db + cd96649 commit 01c82ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
version: 2
33
updates:
44
- package-ecosystem: gomod
5-
directory: /
5+
directories:
6+
- "**/*"
67
schedule:
78
interval: weekly
89
groups:
910
all:
1011
patterns: ["*"]
1112
- package-ecosystem: github-actions
12-
directory: /
13+
directories:
14+
- "**/*"
1315
schedule:
1416
interval: weekly
1517
groups:

0 commit comments

Comments
 (0)