Skip to content

Commit

Permalink
Merge pull request #1 from Skyleiger/dependabot
Browse files Browse the repository at this point in the history
Create dependabot config file
  • Loading branch information
Skyleiger authored Aug 14, 2020
2 parents 8b33b6e + e097764 commit 24234c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.dwienzek</groupId>
<artifactId>docker-process-wrapper</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -117,4 +117,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 24234c4

Please sign in to comment.