From b530e2b57fae0a50452cafc1efce74207c284fb0 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 19 Nov 2024 23:01:53 +0100 Subject: [PATCH] devops: update GitHub Action via dependabot Signed-off-by: Max Schmitt --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..84a45f6df4322 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*"