pyroscope 2.0.0

Pyroscope Profiler Agent for continuous profiling of Rust, Python and Ruby applications.
Documentation
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended"
  ],
  "packageRules": [
    {
      "matchDepNames": [
        "openssl/openssl"
      ],
      "separateMinorPatch": true
    },
    {
      "matchDepNames": [
        "openssl/openssl"
      ],
      "matchUpdateTypes": [
        "major",
        "minor"
      ],
      "enabled": false
    }
  ],
  "customManagers": [
    {
      "customType": "regex",
      "managerFilePatterns": [
        "/^docker/.*\\.Dockerfile$/"
      ],
      "matchStrings": [
        "ARG OPENSSL_VERSION=(?<currentValue>[\\d.]+)"
      ],
      "depNameTemplate": "openssl/openssl",
      "datasourceTemplate": "github-releases",
      "extractVersionTemplate": "^openssl-(?<version>.*)$"
    }
  ]
}