Skip to content

Commit

Permalink
Add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Oct 6, 2022
1 parent 14449bf commit 921c478
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/lemminx-maven"
schedule:
interval: weekly
open-pull-requests-limit: 10
reviewers:
- mbarbero
2 changes: 1 addition & 1 deletion lemminx-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<maven.repo.local>${settings.localRepository}</maven.repo.local>
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<lemminx.version>0.21.0</lemminx.version>
<maven.version>3.8.5</maven.version>
<maven.version>3.8.6</maven.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 921c478

Please sign in to comment.