Skip to content

Commit

Permalink
fix(dependabot): Added dependabot config (#6)
Browse files Browse the repository at this point in the history
* fix(dependabot): Added dependabot config

* fix(dependabot): Added versioning strategy
  • Loading branch information
arthur-melo committed Dec 21, 2022
1 parent 71a44d1 commit 4967375
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: 'weekly'
versioning-strategy: widen

0 comments on commit 4967375

Please sign in to comment.