Skip to content

Commit 29e44b2

Browse files
committed
fix(dependabot): add examples directory
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 12967ba commit 29e44b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ updates:
77
labels:
88
- 'github-actions'
99
- package-ecosystem: 'npm'
10-
directory: '/'
10+
directories:
11+
- '/'
12+
- '/examples/'
1113
schedule:
1214
interval: 'daily'
1315
groups:
@@ -20,4 +22,4 @@ updates:
2022
- 'major'
2123
labels:
2224
- 'dependencies'
23-
versioning-strategy: increase
25+
versioning-strategy: increase

0 commit comments

Comments
 (0)