Skip to content

Commit

Permalink
build(dependabot): add dependabot config (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Oct 12, 2023
1 parent 95b973d commit e9764c5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 2
registries:
maven-github:
type: maven-repository
url: https://maven.pkg.github.com/cryostatio/cryostat-core
username: dummy
password: ${{secrets.DEPENDABOT_READ_GHCR}}
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "cryostatio/reviewers"
labels:
- "dependencies"
- "chore"
- "safe-to-test"
open-pull-requests-limit: 20
registries:
- "maven-github"

- package-ecosystem: "docker"
directory: "/src/main/docker"
schedule:
interval: "weekly"
reviewers:
- "cryostatio/reviewers"
labels:
- "dependencies"
- "chore"
- "safe-to-test"

0 comments on commit e9764c5

Please sign in to comment.