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-site-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 3860cb32 Add github-actions to dependabot
3860cb32 is described below
commit 3860cb320bed661045e06f01277b1f1190038185
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Jan 6 23:43:05 2025 +0100
Add github-actions to dependabot
---
.github/dependabot.yml | 47 ++++++++++++++++++++++++++---------------------
1 file changed, 26 insertions(+), 21 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index eb730a80..1fed810d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,24 +16,29 @@
#
version: 2
updates:
-- package-ecosystem: maven
- directory: "/"
- schedule:
- interval: daily
- time: '04:00'
- open-pull-requests-limit: 10
- ignore:
- # ignore Java 8+ dependencies
- - dependency-name: org.mockito:mockito-core
- versions:
- - ">= 3.0"
- - dependency-name: org.apache.commons:commons-lang3
- versions:
- - ">= 3.9"
- - dependency-name: commons-io:commons-io
- versions:
- - ">= 2.7"
- # Ignore Maven 3.2.1+
- - dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-tools
- versions:
- - ">=3.2.0"
\ No newline at end of file
+ - package-ecosystem: maven
+ directory: "/"
+ schedule:
+ interval: daily
+ time: '04:00'
+ open-pull-requests-limit: 10
+ ignore:
+ # ignore Java 8+ dependencies
+ - dependency-name: org.mockito:mockito-core
+ versions:
+ - ">= 3.0"
+ - dependency-name: org.apache.commons:commons-lang3
+ versions:
+ - ">= 3.9"
+ - dependency-name: commons-io:commons-io
+ versions:
+ - ">= 2.7"
+ # Ignore Maven 3.2.1+
+ - dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-tools
+ versions:
+ - ">=3.2.0"
+
+ - package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: "daily"