From 402bb4ccf88c801f1f6ce3365ab0e965c39e400e Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 20 Nov 2024 08:13:35 +0100 Subject: [PATCH] devops: update GitHub Actions via dependabot (#33683) --- .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 0000000000..84a45f6df4 --- /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: + - "*"