Skip to content

Commit 0ffcc23

Browse files
timotheeguerinJennyPng
authored andcommitted
Don't retriage on reopen (microsoft#10889)
1 parent a34c99a commit 0ffcc23

6 files changed

Lines changed: 483 additions & 312 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"entries": {
3-
"actions/github-script@v9": {
3+
"actions/github-script@v9.0.0": {
44
"repo": "actions/github-script",
55
"version": "v9.0.0",
66
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
77
},
8-
"github/gh-aw-actions/setup@v0.71.5": {
8+
"github/gh-aw-actions/setup@v0.77.5": {
99
"repo": "github/gh-aw-actions/setup",
10-
"version": "v0.71.5",
11-
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
10+
"version": "v0.77.5",
11+
"sha": "3ea13c02d765410340d533515cb31a7eef2baaf0"
1212
},
1313
"github/gh-aw/actions/setup@v0.57.2": {
1414
"repo": "github/gh-aw/actions/setup",

.github/dependabot.yml

Lines changed: 96 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,134 +1,131 @@
1-
version: 2
21
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
56
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
1611
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
2214
schedule:
23-
interval: "weekly"
15+
interval: weekly
16+
- directory: /
2417
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
2921
groups:
3022
alloy:
3123
patterns:
3224
- "@alloy-js/*"
33-
types:
34-
patterns:
35-
- "@types/*"
36-
testing:
25+
azure:
3726
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:
4729
patterns:
48-
- "eslint"
49-
- "@eslint/*"
50-
- "eslint-plugin-*"
51-
- "@typescript-eslint/*"
52-
- "typescript-eslint"
53-
- "cspell"
30+
- "@babel/*"
5431
build-tools:
5532
patterns:
56-
- "esbuild"
57-
- "esbuild-*"
58-
- "vite"
59-
- "vite-*"
33+
- esbuild
34+
- esbuild-*
35+
- vite
36+
- vite-*
6037
- "@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:
8642
patterns:
87-
- "@vscode/*"
88-
- "vscode-*"
43+
- "@chronus/*"
8944
formatting:
9045
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
9356
microsoft:
9457
patterns:
9558
- "@microsoft/*"
96-
chronus:
97-
patterns:
98-
- "@chronus/*"
99-
tree-sitter:
59+
monaco:
10060
patterns:
101-
- "tree-sitter-*"
102-
- "web-tree-sitter"
61+
- monaco-editor
62+
- monaco-editor-core
10363
octokit:
10464
patterns:
10565
- "@octokit/*"
106-
azure:
66+
scalar:
10767
patterns:
108-
- "@azure/*"
109-
yarnpkg:
68+
- "@scalar/*"
69+
testing:
11070
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:
11380
patterns:
114-
- "@babel/*"
115-
scalar:
81+
- tree-sitter-*
82+
- web-tree-sitter
83+
types:
11684
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:
119100
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
126116
schedule:
127-
interval: "weekly"
117+
interval: weekly
118+
- directory: /
128119
exclude-paths:
129-
- ".github/workflows/*.lock.{yaml,yml}"
130-
labels: [] # conflict with our labels in labels.ts
120+
- .github/workflows/*.lock.{yaml,yml}
131121
groups:
132122
actions:
133123
patterns:
134124
- "*"
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

Comments
 (0)