Skip to content

Commit

Permalink
Merge pull request #229 from big-andy-coates/dependencies
Browse files Browse the repository at this point in the history
Enable GitHub Dependabot
  • Loading branch information
big-andy-coates authored Feb 16, 2024
2 parents 698c600 + 7cb0b9f commit 6bd8a67
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 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
registries:
maven-central:
type: maven-repository
url: https://repo.maven.apache.org/maven2/
updates:
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 50
schedule:
interval: monthly
- package-ecosystem: gradle
directory: /
registries:
- maven-central
open-pull-requests-limit: 50
schedule:
interval: monthly
- package-ecosystem: gradle
directory: /docs-examples
open-pull-requests-limit: 50
schedule:
interval: weekly
- package-ecosystem: docker
directory: /test-service
schedule:
interval: monthly

0 comments on commit 6bd8a67

Please sign in to comment.