Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit f922ec9

Browse files
Merge branch 'dependabot-npm_and_yarn-async-2.6.4' of github.com:code-kern-ai/refinery-ui into dependabot-npm_and_yarn-async-2.6.4
2 parents 5e4ddf2 + 3d68cce commit f922ec9

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# Specify location of manifest files for each package manager
2-
31
version: 2
42
updates:
3+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
54
- package-ecosystem: "npm"
65
directory: "/"
76
schedule:
87
interval: "daily"
9-
open-pull-requests-limit: 5
8+
# default is / which breaks drone
109
pull-request-branch-name:
11-
separator: "-"
10+
separator: "-"
11+
# not created automatically for version updates so only security ones are created
12+
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
13+
open-pull-requests-limit: 0
14+

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)