Skip to content

Commit 5f622b0

Browse files
committed
ci: configure dependabot to monitor updates for NPM
Part of #38 [skip ci]
1 parent 2c043c6 commit 5f622b0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

+20
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,23 @@ updates:
2424
labels: [ "kind/dependency-update", "area/ci" ]
2525
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
2626
open-pull-requests-limit: 1
27+
28+
- package-ecosystem: "npm"
29+
directory: "/"
30+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
31+
schedule:
32+
interval: "daily"
33+
time: "06:00"
34+
timezone: "Asia/Novosibirsk"
35+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message
36+
commit-message:
37+
prefix: "build"
38+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy
39+
versioning-strategy: "increase"
40+
assignees: [ "php-coder" ]
41+
reviewers: [ "php-coder" ]
42+
labels: [ "kind/dependency-update" ]
43+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#rebase-strategy
44+
rebase-strategy: "disabled"
45+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
46+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)