All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.ci.renovate.renovate.json.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended",
    "npm:unpublishSafe",
    "schedule:daily",
    ":maintainLockFilesWeekly",
    ":disableDependencyDashboard",
    ":automergeMinor",
    ":automergePr",
    ":automergeRequireAllStatusChecks",
    ":label(area: dependencies)"
  ],
  "prHourlyLimit": 20,
  "docker-compose": {
    "fileMatch": ["^src/main/docker/[^/]*\\.ya?ml$"]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy