renovate 43.139.4 → 43.139.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ var homebrew_exports = /* @__PURE__ */ __exportAll({
15
15
  const url = "https://brew.sh";
16
16
  const defaultConfig = {
17
17
  commitMessageTopic: "Homebrew Formula {{depName}}",
18
- managerFilePatterns: ["/^Formula/[^/]+[.]rb$/"]
18
+ managerFilePatterns: ["/^Formula/\\w*/?[^/]+[.]rb$/"]
19
19
  };
20
20
  const supportedDatasources = [
21
21
  GithubTagsDatasource.id,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../../lib/modules/manager/homebrew/index.ts"],"sourcesContent":["import { GithubReleasesDatasource } from '../../datasource/github-releases/index.ts';\nimport { GithubTagsDatasource } from '../../datasource/github-tags/index.ts';\nimport { NpmDatasource } from '../../datasource/npm/index.ts';\n\nexport { extractPackageFile } from './extract.ts';\nexport { updateDependency } from './update.ts';\n\nexport const url = 'https://brew.sh';\n\nexport const defaultConfig = {\n commitMessageTopic: 'Homebrew Formula {{depName}}',\n managerFilePatterns: ['/^Formula/[^/]+[.]rb$/'],\n};\n\nexport const supportedDatasources = [\n GithubTagsDatasource.id,\n GithubReleasesDatasource.id,\n NpmDatasource.id,\n];\n"],"mappings":";;;;;;;;;;;;;;AAOA,MAAa,MAAM;AAEnB,MAAa,gBAAgB;CAC3B,oBAAoB;CACpB,qBAAqB,CAAC,yBAAyB;CAChD;AAED,MAAa,uBAAuB;CAClC,qBAAqB;CACrB,yBAAyB;CACzB,cAAc;CACf"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../lib/modules/manager/homebrew/index.ts"],"sourcesContent":["import { GithubReleasesDatasource } from '../../datasource/github-releases/index.ts';\nimport { GithubTagsDatasource } from '../../datasource/github-tags/index.ts';\nimport { NpmDatasource } from '../../datasource/npm/index.ts';\n\nexport { extractPackageFile } from './extract.ts';\nexport { updateDependency } from './update.ts';\n\nexport const url = 'https://brew.sh';\n\nexport const defaultConfig = {\n commitMessageTopic: 'Homebrew Formula {{depName}}',\n managerFilePatterns: ['/^Formula/\\\\w*/?[^/]+[.]rb$/'],\n};\n\nexport const supportedDatasources = [\n GithubTagsDatasource.id,\n GithubReleasesDatasource.id,\n NpmDatasource.id,\n];\n"],"mappings":";;;;;;;;;;;;;;AAOA,MAAa,MAAM;AAEnB,MAAa,gBAAgB;CAC3B,oBAAoB;CACpB,qBAAqB,CAAC,+BAA+B;CACtD;AAED,MAAa,uBAAuB;CAClC,qBAAqB;CACrB,yBAAyB;CACzB,cAAc;CACf"}
@@ -28,7 +28,7 @@ declare const GithubVulnerabilityAlerts: z.ZodEffects<z.ZodEffects<z.ZodArray<z.
28
28
  security_vulnerability: {
29
29
  severity: "low" | "medium" | "high" | "critical";
30
30
  package: {
31
- ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "actions" | "nuget" | "pip";
31
+ ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "nuget" | "actions" | "pip";
32
32
  name: string;
33
33
  };
34
34
  vulnerable_version_range: string;
@@ -67,7 +67,7 @@ declare const GithubVulnerabilityAlerts: z.ZodEffects<z.ZodEffects<z.ZodArray<z.
67
67
  security_vulnerability: {
68
68
  severity: "low" | "medium" | "high" | "critical";
69
69
  package: {
70
- ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "actions" | "nuget" | "pip";
70
+ ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "nuget" | "actions" | "pip";
71
71
  name: string;
72
72
  };
73
73
  vulnerable_version_range: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "renovate",
3
3
  "description": "Automated dependency updates. Flexible so you don't need to be.",
4
- "version": "43.139.4",
4
+ "version": "43.139.5",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$id": "https://docs.renovatebot.com/renovate-schema.json",
3
- "title": "JSON schema for Renovate 43.139.4 config files (https://renovatebot.com/)",
3
+ "title": "JSON schema for Renovate 43.139.5 config files (https://renovatebot.com/)",
4
4
  "$schema": "http://json-schema.org/draft-07/schema#",
5
- "x-renovate-version": "43.139.4",
5
+ "x-renovate-version": "43.139.5",
6
6
  "allowComments": true,
7
7
  "type": "object",
8
8
  "properties": {
@@ -4199,7 +4199,7 @@
4199
4199
  "default": {
4200
4200
  "commitMessageTopic": "Homebrew Formula {{depName}}",
4201
4201
  "managerFilePatterns": [
4202
- "/^Formula/[^/]+[.]rb$/"
4202
+ "/^Formula/\\w*/?[^/]+[.]rb$/"
4203
4203
  ]
4204
4204
  },
4205
4205
  "$ref": "#",