From abfc48fffe7b2adadc0f64af6148f9013f32b9a4 Mon Sep 17 00:00:00 2001 From: Roy Clarkson Date: Tue, 23 Jul 2024 14:57:15 -0400 Subject: [PATCH] Add github actions to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 27ef2c2..bc42919 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,10 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "3.3.x" - package-ecosystem: gradle directory: "/" target-branch: "3.3.x"