summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranoy <anoymouserver@users.noreply.github.com>2021-01-20 07:36:01 +0100
committeranoy <anoymouserver@users.noreply.github.com>2021-01-20 08:13:40 +0100
commit687ec928ce6c19a54ef1cb49e55493a58fb2a7c8 (patch)
treec03a86ac7e07c35fb34a42b339974a15303f0c4e
parent2acb93aef689b8b797f3d2b96dd8d7379d35e3fc (diff)
add dependency checks for Github actions
Signed-off-by: anoy <anoymouserver@users.noreply.github.com>
-rw-r--r--.github/dependabot.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 44286645d..561141b9e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,3 +22,12 @@ updates:
labels:
- "dependencies"
- "Skip-Changelog"
+
+ # Maintain dependencies for GitHub Actions
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ labels:
+ - "dependencies"
+ - "Skip-Changelog"