From f5d101cea4809cd0eda44b7c8a199413c2e9d018 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 25 Jan 2024 00:12:18 +0100 Subject: [PATCH] Keep GitHub Actions up to date with Dependabot (#1868) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b5892454 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: / + groups: + GitHub_Actions: + patterns: + - "*" # open a single pull request to update all actions + schedule: + interval: weekly