Skip to content

Commit

Permalink
Merge pull request #18 from trifork/eama-trifork-patch-1
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
eama-trifork authored Nov 20, 2023
2 parents 413cad9 + af1d80f commit 11946e9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
version: 2
registries:
nuget: # Define access for a private registry
type: nuget-feed
url: https://nuget.pkg.github.com/trifork
username: cheetahbot
password: ${{secrets.NUGET_PASSWORD}}
maven:
type: maven-repository
url: https://maven.pkg.github.com/trifork
username: cheetahbot
password: ${{secrets.MAVEN_PASSWORD}}
docker:
type: docker-registry
url: ghcr.io
username: cheetahbot
password: ${{secrets.MAVEN_PASSWORD}}
updates:
- package-ecosystem: "nuget"
directory: "/"
registries:
- nuget # Allow version updates for dependencies in this registry
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/"
registries:
- maven
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
registries:
- docker
schedule:
interval: "daily"

0 comments on commit 11946e9

Please sign in to comment.