From 52be9ae846695f916db0efd4628ebb0e5eb6888c Mon Sep 17 00:00:00 2001 From: Pekko Sams <150077977+natlibfi-psams@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:42:34 +0200 Subject: [PATCH] enable dependabot.yml --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ad74eaa2..18a1790c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,13 +9,13 @@ updates: interval: "daily" versioning-strategy: increase-if-necessary # Ignore everything for now (and stay in pace with the upstream) - ignore: - - dependency-name: "*" + # ignore: + # - dependency-name: "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" - # Ignore everything for now (and stay in pace with the upstream) - ignore: - - dependency-name: "*" + # Ignore everything for now (and stay in pace with the upstream) + # ignore: + # - dependency-name: "*"