From 5ff8d2593afc19e984a6407f23915427c1aecdcd Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Wed, 21 Dec 2022 16:09:05 +0100 Subject: [PATCH] Add Dependabot config --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..52ded593 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily