Skip to content

Commit

Permalink
Add dependabot to jocument
Browse files Browse the repository at this point in the history
To keep dependencies up to date, it was decided to add dependabot to this
repository.
  • Loading branch information
AntonOellerer committed Sep 30, 2021
1 parent 8d70e32 commit e6d3f79
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2

registries:
poipath-github:
type: maven-repository
url: https://maven.pkg.github.com/dds-gmbh/poipath
username: AntonOellerer
password: ${{ secrets.ANTON_DEPENDABOT_TOKEN }}
jlibvips-github:
type: maven-repository
url: https://maven.pkg.github.com/dds-gmbh/poipath
username: AntonOellerer
password: ${{ secrets.ANTON_DEPENDABOT_TOKEN }}

updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
registries:
- poipath-github
- jlibvips-github
- 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 @@ -19,7 +19,7 @@ plugins {
}

group 'com.docu-tools'
version = '1.1.0'
version = '1.1.1'

sourceCompatibility = 16
targetCompatibility = 16
Expand Down

0 comments on commit e6d3f79

Please sign in to comment.