From: Dirk Stolle Date: Wed, 5 Oct 2022 09:18:40 +0000 (+0200) Subject: Extend Dependabot configuration to keep GitHub Actions up to date (#108) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=40d49e60e4823fa041dee6f3fcc2c7747a942e00;p=PAKEs.git Extend Dependabot configuration to keep GitHub Actions up to date (#108) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5cde165..397bdaa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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