|
1 | | -version: 2 |
2 | 1 | updates: |
3 | | - # Python dependencies for http-client-python |
4 | | - - package-ecosystem: "pip" |
| 2 | + - commit-message: |
| 3 | + include: scope |
| 4 | + prefix: pip prod |
| 5 | + prefix-development: pip dev |
5 | 6 | directories: |
6 | | - - "/packages/http-client-python/eng/" |
7 | | - - "/packages/http-client-python/generator/test" |
8 | | - - "/packages/http-client-python/generator/test/azure" |
9 | | - - "/packages/http-client-python/generator/test/unbranded" |
10 | | - schedule: |
11 | | - interval: "weekly" |
12 | | - commit-message: |
13 | | - prefix: "pip prod" |
14 | | - prefix-development: "pip dev" |
15 | | - include: "scope" |
| 7 | + - /packages/http-client-python/eng/ |
| 8 | + - /packages/http-client-python/generator/test |
| 9 | + - /packages/http-client-python/generator/test/azure |
| 10 | + - /packages/http-client-python/generator/test/unbranded |
16 | 11 | labels: |
17 | | - - "emitter:client:python" |
18 | | - |
19 | | - # Main pnpm workspace (npm dependencies via catalog) |
20 | | - - package-ecosystem: "npm" |
21 | | - directory: "/" |
| 12 | + - emitter:client:python |
| 13 | + package-ecosystem: pip |
22 | 14 | schedule: |
23 | | - interval: "weekly" |
| 15 | + interval: weekly |
| 16 | + - directory: / |
24 | 17 | exclude-paths: |
25 | | - - "packages/http-client-csharp" |
26 | | - - "packages/http-client-java" |
27 | | - - "packages/http-client-python" |
28 | | - labels: [] # conflict with our labels in labels.ts |
| 18 | + - packages/http-client-csharp |
| 19 | + - packages/http-client-java |
| 20 | + - packages/http-client-python |
29 | 21 | groups: |
30 | 22 | alloy: |
31 | 23 | patterns: |
32 | 24 | - "@alloy-js/*" |
33 | | - types: |
34 | | - patterns: |
35 | | - - "@types/*" |
36 | | - testing: |
| 25 | + azure: |
37 | 26 | patterns: |
38 | | - - "vitest" |
39 | | - - "@vitest/*" |
40 | | - - "@playwright/test" |
41 | | - - "playwright" |
42 | | - - "@testing-library/*" |
43 | | - - "mocha" |
44 | | - - "happy-dom" |
45 | | - - "c8" |
46 | | - linting: |
| 27 | + - "@azure/*" |
| 28 | + babel: |
47 | 29 | patterns: |
48 | | - - "eslint" |
49 | | - - "@eslint/*" |
50 | | - - "eslint-plugin-*" |
51 | | - - "@typescript-eslint/*" |
52 | | - - "typescript-eslint" |
53 | | - - "cspell" |
| 30 | + - "@babel/*" |
54 | 31 | build-tools: |
55 | 32 | patterns: |
56 | | - - "esbuild" |
57 | | - - "esbuild-*" |
58 | | - - "vite" |
59 | | - - "vite-*" |
| 33 | + - esbuild |
| 34 | + - esbuild-* |
| 35 | + - vite |
| 36 | + - vite-* |
60 | 37 | - "@vitejs/*" |
61 | | - - "typescript" |
62 | | - - "tsx" |
63 | | - - "rollup-*" |
64 | | - website: |
65 | | - patterns: |
66 | | - - "astro" |
67 | | - - "astro-*" |
68 | | - - "@astrojs/*" |
69 | | - - "@expressive-code/*" |
70 | | - - "@docsearch/*" |
71 | | - - "rehype-*" |
72 | | - - "remark-*" |
73 | | - - "typedoc" |
74 | | - - "typedoc-*" |
75 | | - - "sharp" |
76 | | - ui: |
77 | | - patterns: |
78 | | - - "react" |
79 | | - - "react-*" |
80 | | - - "@fluentui/*" |
81 | | - - "storybook" |
82 | | - - "@storybook/*" |
83 | | - - "prism-react-renderer" |
84 | | - - "clsx" |
85 | | - vscode: |
| 38 | + - typescript |
| 39 | + - tsx |
| 40 | + - rollup-* |
| 41 | + chronus: |
86 | 42 | patterns: |
87 | | - - "@vscode/*" |
88 | | - - "vscode-*" |
| 43 | + - "@chronus/*" |
89 | 44 | formatting: |
90 | 45 | patterns: |
91 | | - - "prettier" |
92 | | - - "prettier-plugin-*" |
| 46 | + - prettier |
| 47 | + - prettier-plugin-* |
| 48 | + linting: |
| 49 | + patterns: |
| 50 | + - eslint |
| 51 | + - "@eslint/*" |
| 52 | + - eslint-plugin-* |
| 53 | + - "@typescript-eslint/*" |
| 54 | + - typescript-eslint |
| 55 | + - cspell |
93 | 56 | microsoft: |
94 | 57 | patterns: |
95 | 58 | - "@microsoft/*" |
96 | | - chronus: |
97 | | - patterns: |
98 | | - - "@chronus/*" |
99 | | - tree-sitter: |
| 59 | + monaco: |
100 | 60 | patterns: |
101 | | - - "tree-sitter-*" |
102 | | - - "web-tree-sitter" |
| 61 | + - monaco-editor |
| 62 | + - monaco-editor-core |
103 | 63 | octokit: |
104 | 64 | patterns: |
105 | 65 | - "@octokit/*" |
106 | | - azure: |
| 66 | + scalar: |
107 | 67 | patterns: |
108 | | - - "@azure/*" |
109 | | - yarnpkg: |
| 68 | + - "@scalar/*" |
| 69 | + testing: |
110 | 70 | patterns: |
111 | | - - "@yarnpkg/*" |
112 | | - babel: |
| 71 | + - vitest |
| 72 | + - "@vitest/*" |
| 73 | + - "@playwright/test" |
| 74 | + - playwright |
| 75 | + - "@testing-library/*" |
| 76 | + - mocha |
| 77 | + - happy-dom |
| 78 | + - c8 |
| 79 | + tree-sitter: |
113 | 80 | patterns: |
114 | | - - "@babel/*" |
115 | | - scalar: |
| 81 | + - tree-sitter-* |
| 82 | + - web-tree-sitter |
| 83 | + types: |
116 | 84 | patterns: |
117 | | - - "@scalar/*" |
118 | | - monaco: |
| 85 | + - "@types/*" |
| 86 | + ui: |
| 87 | + patterns: |
| 88 | + - react |
| 89 | + - react-* |
| 90 | + - "@fluentui/*" |
| 91 | + - storybook |
| 92 | + - "@storybook/*" |
| 93 | + - prism-react-renderer |
| 94 | + - clsx |
| 95 | + vscode: |
| 96 | + patterns: |
| 97 | + - "@vscode/*" |
| 98 | + - vscode-* |
| 99 | + website: |
119 | 100 | patterns: |
120 | | - - "monaco-editor" |
121 | | - - "monaco-editor-core" |
122 | | - |
123 | | - # GitHub Actions |
124 | | - - package-ecosystem: "github-actions" |
125 | | - directory: "/" |
| 101 | + - astro |
| 102 | + - astro-* |
| 103 | + - "@astrojs/*" |
| 104 | + - "@expressive-code/*" |
| 105 | + - "@docsearch/*" |
| 106 | + - rehype-* |
| 107 | + - remark-* |
| 108 | + - typedoc |
| 109 | + - typedoc-* |
| 110 | + - sharp |
| 111 | + yarnpkg: |
| 112 | + patterns: |
| 113 | + - "@yarnpkg/*" |
| 114 | + labels: [] |
| 115 | + package-ecosystem: npm |
126 | 116 | schedule: |
127 | | - interval: "weekly" |
| 117 | + interval: weekly |
| 118 | + - directory: / |
128 | 119 | exclude-paths: |
129 | | - - ".github/workflows/*.lock.{yaml,yml}" |
130 | | - labels: [] # conflict with our labels in labels.ts |
| 120 | + - .github/workflows/*.lock.{yaml,yml} |
131 | 121 | groups: |
132 | 122 | actions: |
133 | 123 | patterns: |
134 | 124 | - "*" |
| 125 | + ignore: |
| 126 | + - dependency-name: "github/gh-aw-actions/**" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump. |
| 127 | + labels: [] |
| 128 | + package-ecosystem: github-actions |
| 129 | + schedule: |
| 130 | + interval: weekly |
| 131 | +version: 2 |
0 commit comments