From 43e08f0a5b7b4c82cd53b3a3eefc187a20e3ab2e Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Fri, 14 Jun 2024 00:12:43 +0200 Subject: [PATCH] ci: Add dependabot configuration (#3265) If this works the way I think it does, we should get automatic PRs proposing github actions version updates. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..b552cbd5cc6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"