Skip to content

Commit

Permalink
Merge pull request #54 from DDS-GmbH/feature/dependabot
Browse files Browse the repository at this point in the history
Add dependabot to jocument
  • Loading branch information
AntonOellerer authored Sep 30, 2021
2 parents 8d70e32 + e6d3f79 commit 0eac0bf
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 0eac0bf

Please sign in to comment.