From 6c63289f4f2de31a765dec7ebf59b47c962b80cb Mon Sep 17 00:00:00 2001 From: Maxr1998 Date: Tue, 24 Aug 2021 19:37:21 +0200 Subject: [PATCH] Add dependabot config for GitHub actions --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3bdea1f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + labels: + - ci + - github-actions + commit-message: + prefix: ci