From cc1a18f9da449f21d702e85d0adf84f04c46d970 Mon Sep 17 00:00:00 2001 From: lukasmetzner Date: Fri, 17 Jan 2025 11:44:22 +0100 Subject: [PATCH] ci: update nomad api weekly Schedule github.com/hashicorp/nomad/api to be updated on every Sunday of the week. As github.com/hashicorp/nomad/api is not properly versioned we receive a new PR (or PR update) for every new git commit on the main branch. --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 797b66fe..358f66c0 100644 --- a/renovate.json +++ b/renovate.json @@ -11,6 +11,11 @@ "github.com/container-storage-interface/spec", "github.com/kubernetes-csi/csi-test" ] + }, + { + "description": "search for nomad api updates on every Sunday", + "matchPackageNames": ["github.com/hashicorp/nomad/api"], + "schedule": ["* * * * 0"] } ], "kubernetes": {