Skip to content

Commit 9bd8ddf

Browse files
[GHA] dependabot for github-actions (#3295)
### Changes Enable dependabot for github actions
1 parent 05be5f2 commit 9bd8ddf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
2+
3+
version: 2
4+
updates:
5+
6+
# Github actions
7+
- package-ecosystem: github-actions
8+
directory: "/"
9+
schedule:
10+
interval: "daily"
11+
time: "09:00"
12+
timezone: "Asia/Dubai"
13+
assignees:
14+
- "AlexanderDokuchaev"
15+
open-pull-requests-limit: 3

0 commit comments

Comments
 (0)