File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments