This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git
The following commit(s) were added to refs/heads/master by this push:
new 6cecf52 Cleanup dependabot.yml
6cecf52 is described below
commit 6cecf5267c6c8998cc62a008e0a8823c97909612
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jan 2 12:17:27 2022 +0100
Cleanup dependabot.yml
maven-plugin-testing* are not used in project
---
.github/dependabot.yml | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2d061e2..95c2b1a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,21 +16,15 @@
#
version: 2
updates:
+
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
time: '04:00'
open-pull-requests-limit: 10
- ignore:
- # Ignore Maven 3.2.1+
- - dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-tools
- versions:
- - ">=3.2.0"
- - dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-harness
- versions:
- - ">=3.2.0"
+
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- interval: "daily"
\ No newline at end of file
+ interval: "daily"