mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-05 20:48:15 +00:00
86ef0ec0e2
* Correct transaction processing in multitenant server * # d codethe npm registry for updates every day (weekdays)
13 lines
230 B
YAML
13 lines
230 B
YAML
# Basic dependabot.yml file with
|
|
# minimum configuration for two package managers
|
|
|
|
version: 2
|
|
updates:
|
|
# Enable version updates for Maven
|
|
- package-ecosystem: "maven"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
|