From 6988e0a1b233b0de4eae04d97906154ff89f0428 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 20 Aug 2023 17:43:00 -0700 Subject: add a couple of github actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1230149 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" -- cgit v1.2.3