From 396ddcfb9c4d7722bb36a4e0ea0e61dff3cbff47 Mon Sep 17 00:00:00 2001 From: Ben de Haan <53901866+bendehaan@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:36:17 +0100 Subject: [PATCH] fix: remove dependabot --- .github/dependabot.yml | 79 ------------------------------------------ renovate.json | 1 + 2 files changed, 1 insertion(+), 79 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 4266395bd..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,79 +0,0 @@ -version: 2 -updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - - # check our pom.xml - - package-ecosystem: "maven" - directory: "/" - open-pull-requests-limit: 20 - schedule: - interval: "monthly" - - # check our docker - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "monthly" - - # check our npm in project - - package-ecosystem: "npm" - directory: "/js" - schedule: - interval: "monthly" - - #cypress updates -1 - - package-ecosystem: "npm" - directory: "/src/test/e2e" - schedule: - interval: "monthly" - - #cypress updates -2 - - package-ecosystem: "npm" - directory: "/src/test/K8s-tests" - schedule: - interval: "monthly" - # check our npm for dev - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "monthly" - - # Check our tf -aws - - package-ecosystem: "terraform" - directory: "/aws" - schedule: - interval: "monthly" - - # Check our tf -azure - - package-ecosystem: "terraform" - directory: "/azure" - schedule: - interval: "monthly" - - # Check our tf -gcp - - package-ecosystem: "terraform" - directory: "/gcp" - schedule: - interval: "monthly" - - # Check our golang - gcp - - package-ecosystem: "gomod" - directory: "/gcp" - schedule: - interval: "monthly" - - # Check our golang - aws - - package-ecosystem: "gomod" - directory: "/aws" - schedule: - interval: "monthly" - - # Check our golang - azure - - package-ecosystem: "gomod" - directory: "/azure" - schedule: - interval: "monthly" diff --git a/renovate.json b/renovate.json index 1401d318a..857435679 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "reviewers": ["commjoen", "bendehaan"], "extends": ["config:recommended", ":enablePreCommit"], + "labels": ["renovate", "dependencies"], "customManagers": [ { "customType": "regex",