From 1cfcd094549a1b1b5d89960cfb5c49c13bd9b557 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 21 Sep 2023 09:44:46 +0200 Subject: [PATCH] Add Dependabot for GitHub actions --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1de0061..72864d7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,13 @@ updates: labels: - dependencies - python + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "03:00" + timezone: UTC + labels: + - dependencies + - github-actions