diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2022-01-29 19:16:16 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-01-29 20:26:14 +0100 |
commit | e46c743a57febba7e4bc91639e0ef76c01d1607b (patch) | |
tree | b3a2686a765ce3328173443dd089045bfd6c31d8 /.github/dependabot.yml | |
parent | ci: use CFLite to test forks (including systemd-stable) (diff) | |
download | systemd-e46c743a57febba7e4bc91639e0ef76c01d1607b.tar.xz systemd-e46c743a57febba7e4bc91639e0ef76c01d1607b.zip |
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.yml | 2 |
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" |