UNPKG

@toolisticon/oc-routes-prometheus-exporter

Version:

[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) [![CI](https://github.com/toolisticon/oc-routes-prometheus-exporter/actions/workflows/build.yml/badge.svg)](https://github.com/toolisticon/oc-routes-prometheus-exporter/act

25 lines (24 loc) 923 B
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base", ":rebaseStalePrs"], "platformAutomerge": true, "packageRules": [ { "description": "Automatically merge minor and patch-level updates", "matchUpdateTypes": ["minor", "patch", "digest"], "automerge": true, "automergeType": "branch" } ], "regexManagers": [ { "description": "Update install-* Buildpack commands in Dockerfiles - from renovatebot/.github", "fileMatch": ["(^|/|\\.)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"], "matchStrings": [ "# renovate: datasource=(?<datasource>[a-z-]+?)(?: lookupName=(?<lookupName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\sRUN install-[a-z]+? (?<depName>[a-z-]+?) (?<currentValue>.+?)\\s" ], "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}" } ], "prHourlyLimit": 10 }