]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: update GHActions once a month
authorEvgeny Vereshchagin <evvers@ya.ru>
Sat, 29 Jan 2022 18:16:16 +0000 (18:16 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 29 Jan 2022 19:26:14 +0000 (19:26 +0000)
Apparently some actions like CodeQL are released a few times a week so let's
just update them once a month in one fell swoop.

.github/dependabot.yml

index c6d66e1031a8f02be9f871547b418da96d4cc5e3..3e067c176fd4f9258104336379c8b7b6cf16812a 100644 (file)
@@ -5,7 +5,7 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "weekly"
+      interval: "monthly"
     open-pull-requests-limit: 2
   - package-ecosystem: "pip"
     directory: "/.github/workflows"