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/05 09:13:26 UTC

[cxf] branch main updated (9c93695b12 -> acb1230211)

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

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


    from 9c93695b12 Update Awaitility to 4.2.0
     new 7dca49b11f Updating dependabot to daily
     new acb1230211 Adding dependabot to the allow list for Jenkins PRs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml              | 3 +++
 .github/dependabot.yml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 .asf.yaml


[cxf] 02/02: Adding dependabot to the allow list for Jenkins PRs

Posted by co...@apache.org.
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

commit acb1230211b4498733b6d5307eaf1c29ea8c8822
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jan 5 09:13:05 2023 +0000

    Adding dependabot to the allow list for Jenkins PRs
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000000..1fee097d25
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+jenkins:
+  github_whitelist:
+    - dependabot[bot]


[cxf] 01/02: Updating dependabot to daily

Posted by co...@apache.org.
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

commit 7dca49b11f913ff0cbbde40153fc52cd6bcc0aa1
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jan 5 09:12:42 2023 +0000

    Updating dependabot to daily
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5ace4600a1..123014908b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,4 +3,4 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "weekly"
+      interval: "daily"