summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Caezar Itang <sitiom@proton.me>2023-03-07 11:17:16 +0800
committerDavid Peter <sharkdp@users.noreply.github.com>2023-03-15 08:56:05 +0100
commit1da4359c2ad56837141e25533fc85d3f91fa56d3 (patch)
tree9ca400b1304c0f053a516066579aa7927c375102
parenta37cb6c668d0f9ae570883e3f4e8b4cd9e88d6ed (diff)
Add GitHub actions to Dependabot
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5b67d5b..0fe8d6c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,3 +7,7 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 2
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"