Skip to content

Commit

Permalink
Add dependabot
Browse files Browse the repository at this point in the history
Add dependabot to poipath to keep the dependencies up to date
  • Loading branch information
AntonOellerer committed Sep 30, 2021
1 parent 05edd46 commit b87db45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2

updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.docu-tools'
version = '1.0.0'
version = '1.0.1'
sourceCompatibility = 16
targetCompatibility = 16

Expand Down

0 comments on commit b87db45

Please sign in to comment.