From ced607a616131a4d114096a2719640607db24cfb Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 14 Sep 2021 18:15:17 +0200 Subject: [PATCH] chore: setup dependabot to update github actions pins --- .github/dependabot.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..4299d7522 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,9 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every sunday + interval: "weekly" + day: "sunday"