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 11:07:30 UTC

[cxf-fediz] branch main updated: Adding GHA for 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-fediz.git


The following commit(s) were added to refs/heads/main by this push:
     new f74c7b1e Adding GHA for dependabot
f74c7b1e is described below

commit f74c7b1ebee7f8486d31fdf703f3dff5411f0d60
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 25 11:07:17 2023 +0000

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ddcfd3c6..76e6e64c 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
+