diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2cd219b..f387936 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,9 +5,11 @@ updates: schedule: interval: "daily" ignore: - - dependency-name: "python" + - dependency-name: "*" - package-ecosystem: "npm" directory: "/frontend" schedule: interval: "daily" + ignore: + - dependency-name: "*"