Skip to content

Commit

Permalink
Merge pull request #3 from nhsconnect/PRMT-3234
Browse files Browse the repository at this point in the history
[PRMT-3234] Added dependabot.yml
  • Loading branch information
joefong-nhs authored May 23, 2023
2 parents 93183a2 + e29201a commit fddaf77
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
timezone: "Europe/London"
time: "09:00"
open-pull-requests-limit: 100
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit fddaf77

Please sign in to comment.