This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 538159478 [MAINTENANCE] Skip dependabot for submodules without CI
builds
538159478 is described below
commit 538159478eee125ea0be972d198b322cd78588ef
Author: Dominik Przybysz <[email protected]>
AuthorDate: Wed Jan 15 20:01:12 2025 +0100
[MAINTENANCE] Skip dependabot for submodules without CI builds
---
.github/dependabot.yaml | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index b9af03625..669207a7a 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -21,3 +21,29 @@ updates:
- dependency-name: "biz.aQute.bnd:biz.aQute.bndlib"
versions:
- ">=7.0.0"
+
+ - package-ecosystem: "maven"
+ directory: "/application"
+ schedule:
+ interval: "monthly"
+ ignore:
+ - dependency-name: "*"
+ - package-ecosystem: "maven"
+ directory: "/samples"
+ schedule:
+ interval: "monthly"
+ ignore:
+ - dependency-name: "*"
+ - package-ecosystem: "maven"
+ directory: "/sandbox"
+ schedule:
+ interval: "monthly"
+ ignore:
+ - dependency-name: "*"
+ - package-ecosystem: "maven"
+ directory: "/tutorials"
+ schedule:
+ interval: "monthly"
+ ignore:
+ - dependency-name: "*"
+