Skip to content

Commit 7207d6e

Browse files
committed
ci: configure dependabot to monitor actions/* dependencies
Part of #1590 [skip ci]
1 parent b5c5e4e commit 7207d6e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,24 @@ updates:
2626
labels: [ "kind/dependency-update" ]
2727
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
2828
open-pull-requests-limit: 1
29+
30+
- package-ecosystem: "github-actions"
31+
directory: "/"
32+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow
33+
allow:
34+
- dependency-name: "actions/checkout"
35+
- dependency-name: "actions/setup-java"
36+
- dependency-name: "actions/upload-artifact"
37+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
38+
schedule:
39+
interval: "daily"
40+
time: "08:00"
41+
timezone: "Asia/Novosibirsk"
42+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message
43+
commit-message:
44+
prefix: "ci"
45+
assignees: [ "php-coder" ]
46+
reviewers: [ "php-coder" ]
47+
labels: [ "kind/dependency-update", "area/ci" ]
48+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
49+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)