From d6a38b9c88b340e5f5ee95ddee05c23ebf650569 Mon Sep 17 00:00:00 2001 From: Harvester57 Date: Sun, 31 Jul 2022 19:39:02 +0200 Subject: [PATCH] Add Dependabot action to maintain other CI actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0d67809 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: ".github/workflows" + schedule: + interval: "daily" \ No newline at end of file