Skip to content

Commit

Permalink
build(dependabot): update config with new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Jul 24, 2020
1 parent 1f0c3bd commit 5a7e637
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .dependabot/config.yml

This file was deleted.

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 5a7e637

Please sign in to comment.