From fe43e9676d62d05631a601eba93856df1222df67 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sat, 20 Jan 2024 19:53:04 -0500 Subject: [PATCH] add dependabot for github actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..b4f368c66 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Dependabot configuration +# ref: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"