From a479634a5f60e1789f7a086fb10780fc499b5e24 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 27 Apr 2022 18:49:24 -0400 Subject: [PATCH] Add Dependabot updates of GitHub Actions For quicker updates and easier, more consistent maintenance. SHA-based versions should always be used to be sure the code we pull in can't be changed without us, for security reasons at least. Dependabot now supports SHA-based versions for GHAs. This patch should facilitate their continued use. Signed-off-by: Daniel Farrell --- .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 0000000..12b8549 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: daily