aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Stolle <striezel-dev@web.de>2022-10-05 11:18:40 +0200
committerGitHub <noreply@github.com>2022-10-05 09:18:40 +0000
commit40d49e60e4823fa041dee6f3fcc2c7747a942e00 (patch)
treea2c2e0a2a7105489e17e9abf96a94e057f54087c
parenta843600fedb86565c40ae7751741557ff607ffa5 (diff)
downloadPAKEs-40d49e60e4823fa041dee6f3fcc2c7747a942e00.tar.xz
Extend Dependabot configuration to keep GitHub Actions up to date (#108)
-rw-r--r--.github/dependabot.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5cde165..397bdaa 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,3 +5,8 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: weekly
+ open-pull-requests-limit: 10