From f5b7210ecb0801079538dafc56b5f4c2665f0038 Mon Sep 17 00:00:00 2001 From: Kenji Brameld Date: Wed, 28 Jun 2023 03:31:14 +0000 Subject: [PATCH] add dependabot Signed-off-by: Kenji Brameld (cherry picked from commit 305d3d9c5eed632afcea9429e5b98889bd9e0bf5) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e644b37 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# Set update schedule for GitHub Actions +# (https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"