There was an error while loading. Please reload this page.
1 parent 0d24834 commit cbaf799Copy full SHA for cbaf799
.github/dependabot.yml
@@ -21,9 +21,6 @@ updates:
21
schedule:
22
interval: daily
23
time: '04:00'
24
- ignore:
25
- # ignore Maven Core updates
26
- - dependency-name: "org.apache.maven:*"
27
open-pull-requests-limit: 10
28
- package-ecosystem: "github-actions"
29
directory: "/"
pom.xml
@@ -36,7 +36,7 @@ under the License.
36
execution is successful, and optionally can verify the output generated from a given project execution.</description>
37
38
<prerequisites>
39
- <maven>${mavenVersion}</maven>
+ <maven>3.6.3</maven>
40
</prerequisites>
41
42
<scm>
0 commit comments