From 3f8bb2a46daf76f1427f49810d06a210ffbc7016 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 28 Jun 2022 01:33:41 +0900 Subject: [PATCH] Build: Add dependabot.yml config (GitHub Actions) This makes dependabot issue automated PRs to update GitHub Action versions monthly. Closes gh-5057 --- .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 000000000..6fff16c79 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly