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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2ae9a7cb0 trying to disable dependabot as it creates mostly spam
2ae9a7cb0 is described below

commit 2ae9a7cb0090ea1ebef79dc321ff8bbd568150f3
Author: Mark Struberg <[email protected]>
AuthorDate: Sun Oct 20 17:00:50 2024 +0200

    trying to disable dependabot as it creates mostly spam
---
 .github/dependabot.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2b81ee54d..1ff27331f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -20,8 +20,10 @@ updates:
   - package-ecosystem: "maven"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "monthly"
+    ignore:
+      dependency-name: "*"
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "monthly"

Reply via email to