From e3547c6b12ffa7f286b624f2fb72ab38b8f904fa Mon Sep 17 00:00:00 2001 From: Trent Houliston Date: Tue, 5 Sep 2023 12:10:41 +1000 Subject: [PATCH] Add dependabot for github actions --- .github/dependabot.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..547797931 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,9 @@ +# Required fields are `version` and `updates` +version: 2 +updates: + # Required fields are `package-ecosystem`, `directory`, and `schedule.interval` + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"