From 0bc43d2ba62891d865716c5adc9e43a0050d0a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 30 Jul 2023 09:12:13 +0200 Subject: [PATCH] Make Dependabot update actions (#614) --- .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