From de41f014ec833c9108648fa5ca11b9b284788a4e Mon Sep 17 00:00:00 2001 From: James Date: Mon, 18 Jul 2022 20:43:14 +0100 Subject: [PATCH] Autoupdate github action (#1486) This will keep stuff like `- uses: actions/checkout@v2` updated (v3 is latest) in Github Actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..e33811f6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"