Skip to content

Commit

Permalink
fix: versioning strategy ✅
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Nov 5, 2022
1 parent 9ef109b commit 1e29b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: 2
updates:
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: '/'
versioning-strategy: increase
directory: '/'
schedule:
interval: daily
time: '00:00'
Expand All @@ -18,8 +18,8 @@ updates:
include: scope
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: '/example'
versioning-strategy: increase
directory: '/example'
schedule:
interval: daily
time: '00:00'
Expand Down

0 comments on commit 1e29b3b

Please sign in to comment.