Skip to content

Commit 480dc56

Browse files
build(dependabot): update config with new syntax (#9)
1 parent 05cda7f commit 480dc56

File tree

2 files changed

+31
-40
lines changed

2 files changed

+31
-40
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Dependabot configuration options :
2+
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
6+
updates:
7+
8+
# Required options
9+
- package-ecosystem: npm
10+
directory: "/"
11+
schedule:
12+
interval: weekly
13+
day: saturday
14+
time: "00:00"
15+
timezone: Europe/Paris
16+
17+
# Behaviour of pull requests
18+
open-pull-requests-limit: 2
19+
pull-request-branch-name:
20+
separator: "-"
21+
commit-message:
22+
prefix: build
23+
include: scope
24+
25+
# Metadata of pull requests
26+
reviewers:
27+
- "peopledoc/tribe-js"
28+
29+
# Control which dependencies are updated
30+
ignore:
31+
- dependency-name: "ember-cli"

0 commit comments

Comments
 (0)