We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05be5f2 commit 9bd8ddfCopy full SHA for 9bd8ddf
.github/dependabot.yml
@@ -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