We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cda7f commit 480dc56Copy full SHA for 480dc56
.dependabot/config.yml
.github/dependabot.yml
@@ -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