Skip to content

Commit

Permalink
chore: Dependabot Configuration
Browse files Browse the repository at this point in the history
Adds a dependabot configuration created from the Artsy template.
  • Loading branch information
icirellik committed Sep 17, 2021
1 parent 4f4e4f4 commit ac22aba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
# Limit to 0 to enable only security updates:
open-pull-requests-limit: 0
assignees:
- icirellik
reviewers:
- artsy/platform-engineers

0 comments on commit ac22aba

Please sign in to comment.