From f7d7a62476b6438c5d4757897b72fb6ba6821ee7 Mon Sep 17 00:00:00 2001 From: Michael Skarbek Date: Thu, 9 Jan 2025 15:35:50 -0500 Subject: [PATCH] add dependabot config (#5438) --- .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..e9de1a7893 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" + groups: + ci-dependencies: + patterns: + - "*" # update all github-actions in single PR