Skip to content

Commit

Permalink
Chore: Introduce dependabot configuration for automated deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 5, 2021
1 parent 796bf2c commit 0cf893d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
timezone: Europe/Prague
open-pull-requests-limit: 3
versioning-strategy: increase-if-necessary
commit-message:
prefix: Deps

0 comments on commit 0cf893d

Please sign in to comment.