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

Commit bbd4626

Browse files
authored
Merge pull request #27 from code-kern-ai/yml-change
Small yml change
2 parents a28b3c3 + 126e83b commit bbd4626

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
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+

0 commit comments

Comments
 (0)