UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

26 lines (25 loc) 913 B
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js"; import { id } from "../../versioning/docker/index.js"; import { DockerDatasource } from "../../datasource/docker/index.js"; import { extractPackageFile } from "./extract.js"; //#region lib/modules/manager/pyenv/index.ts var pyenv_exports = /* @__PURE__ */ __exportAll({ categories: () => categories, defaultConfig: () => defaultConfig, displayName: () => displayName, extractPackageFile: () => extractPackageFile, supportedDatasources: () => supportedDatasources, url: () => url }); const displayName = "pyenv"; const url = "https://github.com/pyenv/pyenv#readme"; const categories = ["python"]; const defaultConfig = { managerFilePatterns: ["/(^|/)\\.python-version$/"], versioning: id, pinDigests: false }; const supportedDatasources = [DockerDatasource.id]; //#endregion export { pyenv_exports }; //# sourceMappingURL=index.js.map