From 7d42c9799b92f93be6952fa811e6fe9e80914764 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 26 Mar 2024 10:45:51 +0100 Subject: [PATCH] ci: enable dependency manager for GitHub Actions Dependabot will keep your GitHub actions up to date by creating pull requests. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..946aa4191 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly -- 2.47.3