]> git.lizzy.rs Git - PAKEs.git/commitdiff
Extend Dependabot configuration to keep GitHub Actions up to date (#108)
authorDirk Stolle <striezel-dev@web.de>
Wed, 5 Oct 2022 09:18:40 +0000 (11:18 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 09:18:40 +0000 (09:18 +0000)
.github/dependabot.yml

index 5cde1657cd7c473cd952b5a0e736af4ab847f116..397bdaa4f10fcf70786ab3afd305ad233b86fed0 100644 (file)
@@ -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