From 735bf2765222d894a75e6c2dbc2f2e8d079f397e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karolis=20Vy=C4=8Dius?= Date: Thu, 14 Dec 2023 15:51:20 +0200 Subject: [PATCH] Integrate 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..1b72eb2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + # Maintain dependencies for GitHub actions + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + reviewers: + - AplinkosMinisterija/biip-devops