From 1c420978f543b87e072812e7189874ee08c9d039 Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele <54978337+jpthiele@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:22:38 +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 0000000..253bcb7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily