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.
This commit is contained in:
Evgeny Vereshchagin 2022-01-29 18:16:16 +00:00 committed by Frantisek Sumsal
parent 81f84a2c0b
commit e46c743a57

View 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"