We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25df6cc + fa2a240 commit 40a2663Copy full SHA for 40a2663
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+---
2
+version: 2
3
+
4
+updates:
5
+ - package-ecosystem: github-actions
6
+ directory: "/"
7
+ schedule:
8
+ interval: daily
9
+ - package-ecosystem: maven
10
11
12
13
+ open-pull-requests-limit: 4
pom.xml
@@ -78,7 +78,7 @@
78
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
79
<plugin>
80
<artifactId>maven-clean-plugin</artifactId>
81
- <version>3.1.0</version>
+ <version>3.5.0</version>
82
</plugin>
83
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
84
0 commit comments