Skip to content

Commit

Permalink
fix(dependabot): add 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 Mar 14, 2023
1 parent 43ebeca commit d68058d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2
updates:
# Fetch and update latest `npm` packages
- package-ecosystem: npm
versioning-strategy: increase
directory: '/'
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 10
timezone: Asia/Calcutta
reviewers:
- vinayakkulkarni
assignees:
Expand All @@ -15,13 +15,12 @@ updates:
prefix: fix
prefix-development: chore
include: scope
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 10
timezone: Asia/Calcutta
reviewers:
- vinayakkulkarni
assignees:
Expand Down

0 comments on commit d68058d

Please sign in to comment.