Skip to content

Commit

Permalink
build: create @dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine authored and GreatWizard committed Jul 24, 2020
1 parent f5b5df8 commit 1a2526d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Dependabot configuration options :
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:

# Required options
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "00:00"
timezone: Europe/Paris

# Behaviour of pull requests
open-pull-requests-limit: 2
pull-request-branch-name:
separator: "-"
commit-message:
prefix: build
include: scope

# Metadata of pull requests
reviewers:
- "peopledoc/tribe-js"

# Control which dependencies are updated
ignore:
- dependency-name: "ember-cli"

0 comments on commit 1a2526d

Please sign in to comment.