From 49d4109f1b78adb5c0ab637cc52f87271879d1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Mon, 23 Mar 2026 00:17:30 +0100 Subject: [PATCH] gh-actions: remove go and npm, will update manually --- .github/dependabot.yml | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7ea6ca84..afbbfe29 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,30 +1,10 @@ version: 2 updates: -- package-ecosystem: gomod - directory: "/backend" - schedule: - interval: daily - open-pull-requests-limit: 10 - commit-message: - prefix: go-dep - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-major"] -- package-ecosystem: npm - directory: "/frontend" - schedule: - interval: daily - open-pull-requests-limit: 10 - commit-message: - prefix: npm-dep - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-major"] -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - commit-message: - prefix: gh-action + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + commit-message: + prefix: gh-action