From 78b30782ad932467699412c76cdd8d248e524fa6 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Thu, 18 Aug 2022 23:34:09 -0500 Subject: Add dependabot Dependabot is configured to update GitHub actions. It will check weekly. --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..bc9a4d5 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly -- cgit v0.12