From 0460e61bd12fb5cb1990a348be29873597e59a7a Mon Sep 17 00:00:00 2001 From: Marcos Medrano Date: Thu, 17 Nov 2022 00:36:55 -0300 Subject: [PATCH] Minimal dependabot.yml to check for action updates --- .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 0000000000..bf7c985165 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" +