This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 42e98e0e99 Ignore examples and boms from dependabot updates
42e98e0e99 is described below
commit 42e98e0e991d1a1a69f1d350b820205d0e578ff3
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Nov 19 20:44:12 2025 +0100
Ignore examples and boms from dependabot updates
---
.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b6714724a7..af074f8abc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,6 +19,9 @@ updates:
- package-ecosystem: maven
directory: "/"
+ exclude-paths:
+ - "boms/**"
+ - "examples/**"
target-branch: "main"
schedule:
interval: monthly
@@ -74,6 +77,9 @@ updates:
- package-ecosystem: maven
directory: "/"
+ exclude-paths:
+ - "boms"
+ - "examples"
schedule:
interval: monthly
time: '04:00'