From 123faaa8b7f23bd93daebfc9c2b954fdc32b7b25 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sat, 18 Feb 2023 14:02:48 -0500 Subject: [PATCH] add dependabot config for github actions --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7a1392c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# Via https://github.com/nedbat/scriv/blob/main/.github/dependabot.yml +# +# From: +# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions once a week + interval: "weekly"