From 5316655c55b0198d90d333ba4ed253e28487c104 Mon Sep 17 00:00:00 2001 From: Lukas Trippe Date: Wed, 11 Sep 2024 18:32:39 +0200 Subject: [PATCH] add dependabot (#1282) --- .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 00000000..f89e903c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# dependabot +# Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# ------------------------------------------------------------------------------ +version: 2 +updates: +- package-ecosystem: github-actions + directory: / + schedule: + interval: daily + groups: + # open a single pull-request for all GitHub actions updates + github-actions: + patterns: + - '*'