Skip to content

Commit

Permalink
fix(dependabot): add examples directory
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Oct 11, 2024
1 parent 12967ba commit 29e44b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ updates:
labels:
- 'github-actions'
- package-ecosystem: 'npm'
directory: '/'
directories:
- '/'
- '/examples/'
schedule:
interval: 'daily'
groups:
Expand All @@ -20,4 +22,4 @@ updates:
- 'major'
labels:
- 'dependencies'
versioning-strategy: increase
versioning-strategy: increase

0 comments on commit 29e44b2

Please sign in to comment.