From ce0ee771e7b077b8c57b8c2a939db3aaff7c4173 Mon Sep 17 00:00:00 2001 From: Martin M Date: Wed, 17 Apr 2024 08:27:31 +0200 Subject: [PATCH] Auto-update github actions using Dependabot (#598) Co-authored-by: AlCalzone --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 908367c6..f410accb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,13 @@ updates: assignees: - AlCalzone versioning-strategy: increase + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + time: "04:00" + timezone: Europe/Berlin + open-pull-requests-limit: 5 + assignees: + - AlCalzone