From 59aac60fcc8410d70cf197f993f346ae2ffa0868 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 29 Nov 2023 10:45:54 +0100 Subject: [PATCH] enable dependabot Signed-off-by: Simon L Signed-off-by: Simon L. --- .github/dependabot.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5223461f..a8b5f378 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,22 +4,22 @@ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - - package-ecosystem: npm - directory: / - schedule: - interval: daily - timezone: Europe/Paris - open-pull-requests-limit: 10 - labels: - - 3. to review - - dependencies +- package-ecosystem: npm + directory: / + schedule: + interval: daily + timezone: Europe/Paris + open-pull-requests-limit: 10 + labels: + - 3. to review + - dependencies - - package-ecosystem: github-actions - directory: / - schedule: - interval: daily - timezone: Europe/Paris - open-pull-requests-limit: 10 - labels: - - 3. to review - - dependencies +- package-ecosystem: github-actions + directory: / + schedule: + interval: daily + timezone: Europe/Paris + open-pull-requests-limit: 10 + labels: + - 3. to review + - dependencies