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.
2 parents 0fde65d + 173a608 commit 7bf1515Copy full SHA for 7bf1515
1 file changed
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'npm'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'weekly'
7
+ day: 'sunday'
8
+ # Limit PRs open from dependabot to avoid reaching job runners limt
9
+ open-pull-requests-limit: 2
10
+ pull-request-branch-name:
11
+ # Separate sections of the branch name with a hyphen because docker hub doesn't want slashes
12
+ # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
13
+ separator: '-'
14
+ versioning-strategy: increase-if-necessary
15
+ cooldown:
16
+ default-days: 7
0 commit comments