From 4ed41962455e6b809b3a8462dd546db75085d6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 30 Jul 2023 04:55:56 +0200 Subject: [PATCH] Make Dependabot update actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0cb8ee33..b3b43655a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,9 @@ updates: schedule: interval: daily open-pull-requests-limit: 15 + - package-ecosystem: github-actions + directory: / + versioning-strategy: increase + schedule: + interval: daily + open-pull-requests-limit: 15