This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git
The following commit(s) were added to refs/heads/trunk by this push:
new 715d097 Disable github actions check to avoid error
715d097 is described below
commit 715d09791ffd74068d36d727701126d9a87c5e31
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 27 11:13:10 2026 +0000
Disable github actions check to avoid error
---
.github/dependabot.yml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 002959f..cd3ba79 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -13,8 +13,9 @@ updates:
- "**/archetype-resources/**"
schedule:
interval: "weekly"
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- # Check for updates to GitHub Actions every week
- interval: "weekly"
+# Disable chekcing GitHub actions until we have some
+# - package-ecosystem: "github-actions"
+# directory: "/"
+# schedule:
+# # Check for updates to GitHub Actions every week
+# interval: "weekly"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]