From e9cc62dec24fb9ecb90edc20601ea53f838c3826 Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele <54978337+jpthiele@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:23:40 +0100 Subject: [PATCH] Add dependabot to repository This bot checks daily whether or not there are new versions of individual GitHub actions available and drafts pull requests to bump the version. --- .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 00000000..253bcb76 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily