You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2023/01/25 09:58:43 UTC

[cxf] branch main updated: Adding github actions to dependabot

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new f3e15e52c7 Adding github actions to dependabot
f3e15e52c7 is described below

commit f3e15e52c7d27d5734d3716dc3beb9a19f879387
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 25 09:58:30 2023 +0000

    Adding github actions to dependabot
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ddcfd3c6fd..76e6e64c5e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,3 +18,9 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+
+  - package-ecosystem: github-actions
+    directory: /
+    schedule:
+      interval: daily
+