From 3b566a62e3c387dced288c2bd07ada095acfea65 Mon Sep 17 00:00:00 2001 From: Hiram Chirino Date: Mon, 18 Mar 2024 17:22:16 -0400 Subject: [PATCH] =?UTF-8?q?dependabot:=20don=E2=80=99t=20update=20few=20mo?= =?UTF-8?q?dules=20that=20we=20are=20not=20ready=20to=20pick=20up=20yet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hiram Chirino --- dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dependabot.yml diff --git a/dependabot.yml b/dependabot.yml new file mode 100644 index 000000000..92cc0c713 --- /dev/null +++ b/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + ignore: + # we need to update our derp integration to pickup the latest tailscale upates. + - dependency-name: "tailscale.com" + # the new opa brings in a new prometheus dep wich is not compatible with other modules. + - dependency-name: "github.com/open-policy-agent/opa"