This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git


The following commit(s) were added to refs/heads/master by this push:
     new d9d2750  fix dependabot syntax
d9d2750 is described below

commit d9d27503955d8b51758228e99f16b480d9b452ed
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Aug 19 12:25:57 2020 +0200

    fix dependabot syntax
    
    (cherry picked from commit 80fe7cb6d2f2650c0809a5054f4d5a5260f07aae)
---
 .github/dependabot.yml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 192251e..d60c71d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -17,19 +17,20 @@
 # Please see the documentation for all configuration options:
 # 
https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
 #
+version: 2
 updates:
   - package-ecosystem: "maven"
     directory: "/"
     schedule:
       interval: "daily"
+    ignore:
+      - dependency-name: org.codehaus.groovy:groovy
+        versions:
+          - ">= 2.5"
+      - dependency-name: commons-io:commons-io
+        versions:
+          - ">= 2.7"
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: "daily"
-  ignore:
-    - dependency-name: org.codehaus.groovy:groovy
-      versions:
-      - ">= 2.5"
-    - dependency-name: commons-io:commons-io
-      versions:
-        - ">= 2.7"
\ No newline at end of file

Reply via email to