You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/05/16 08:13:25 UTC

[camel-k] branch main updated: chore(ci): ignore controller-runtime

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 68ea05e14 chore(ci): ignore controller-runtime
68ea05e14 is described below

commit 68ea05e144501d843f8abaff111cace0ba2a1043
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue May 16 10:13:21 2023 +0200

    chore(ci): ignore controller-runtime
---
 .github/dependabot.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9bc13beb0..a2585e009 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -29,3 +29,4 @@ updates:
       - dependency-name: "k8s.io/cli-runtime"
       - dependency-name: "k8s.io/client-go"
       - dependency-name: "k8s.io/kubectl"
+      - dependency-name: "sigs.k8s.io/controller-runtime"