From a7994a54001de94a45e1bdccb9b24b69a12939b5 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Wed, 10 Apr 2024 13:57:54 -0500 Subject: [PATCH] Add GitHub Actions support to Dependabot Use Dependabot to automatically update any GitHub Actions used by Akka.NET. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a4060e73e6..d8038d1e115 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,7 @@ updates: - dependency-name: FluentAssertions versions: - 5.9.0 +- package-ecosystem: github-actions + schedule: + interval: daily + time: "11:00"