From ab3722193f2100a5b50a693f8a0534be74adfac2 Mon Sep 17 00:00:00 2001 From: JKatzwinkel Date: Tue, 18 Jul 2023 12:34:50 +0200 Subject: [PATCH] subscribe to dependabot for gh actions --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fa7c91a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +--- + +version: 2 + +updates: + + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: monthly + reviewers: + - jkatzwinkel + +...