From b94c78597225c5dfc97006ebcf9142d48ee72ce4 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sat, 20 Jan 2024 20:01:00 -0500 Subject: [PATCH] add dependabot for github actions (#407) --- .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"