From 5c5fa5d16e1b1ac5209a2447bd45ab92d0bac46e Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Thu, 18 Apr 2024 20:34:51 +0200 Subject: [PATCH] UII-19687 Add Dependabot configuration --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2ada935 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "07:00" + timezone: "Europe/Berlin"