summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2022-01-29 18:16:16 +0000
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-01-29 19:26:14 +0000
commite46c743a57febba7e4bc91639e0ef76c01d1607b (patch)
treeb3a2686a765ce3328173443dd089045bfd6c31d8 /.github/dependabot.yml
parent81f84a2c0bb478ad4b25bca8a76fbd1f9aa5ce01 (diff)
downloadsystemd-e46c743a57febba7e4bc91639e0ef76c01d1607b.tar.gz
ci: update GHActions once a month
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.
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c6d66e1031..3e067c176f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -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"