Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"version": "v9.0.0",
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"github/gh-aw-actions/setup@v0.77.5": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.77.5",
"sha": "3ea13c02d765410340d533515cb31a7eef2baaf0"
},
"github/gh-aw/actions/setup@v0.57.2": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.57.2",
Expand Down
259 changes: 130 additions & 129 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,131 +1,132 @@
updates:
- commit-message:
include: scope
prefix: pip prod
prefix-development: pip dev
directories:
- /packages/http-client-python/eng/
- /packages/http-client-python/generator/test
- /packages/http-client-python/generator/test/azure
- /packages/http-client-python/generator/test/unbranded
labels:
- emitter:client:python
package-ecosystem: pip
schedule:
interval: weekly
- directory: /
exclude-paths:
- packages/http-client-csharp
- packages/http-client-java
- packages/http-client-python
groups:
alloy:
patterns:
- "@alloy-js/*"
azure:
patterns:
- "@azure/*"
babel:
patterns:
- "@babel/*"
build-tools:
patterns:
- esbuild
- esbuild-*
- vite
- vite-*
- "@vitejs/*"
- typescript
- tsx
- rollup-*
chronus:
patterns:
- "@chronus/*"
formatting:
patterns:
- prettier
- prettier-plugin-*
linting:
patterns:
- eslint
- "@eslint/*"
- eslint-plugin-*
- "@typescript-eslint/*"
- typescript-eslint
- cspell
microsoft:
patterns:
- "@microsoft/*"
monaco:
patterns:
- monaco-editor
- monaco-editor-core
octokit:
patterns:
- "@octokit/*"
scalar:
patterns:
- "@scalar/*"
testing:
patterns:
- vitest
- "@vitest/*"
- "@playwright/test"
- playwright
- "@testing-library/*"
- mocha
- happy-dom
- c8
tree-sitter:
patterns:
- tree-sitter-*
- web-tree-sitter
types:
patterns:
- "@types/*"
ui:
patterns:
- react
- react-*
- "@fluentui/*"
- storybook
- "@storybook/*"
- prism-react-renderer
- clsx
vscode:
patterns:
- "@vscode/*"
- vscode-*
website:
patterns:
- astro
- astro-*
- "@astrojs/*"
- "@expressive-code/*"
- "@docsearch/*"
- rehype-*
- remark-*
- typedoc
- typedoc-*
- sharp
yarnpkg:
patterns:
- "@yarnpkg/*"
labels: []
package-ecosystem: npm
schedule:
interval: weekly
- directory: /
exclude-paths:
- .github/workflows/*.lock.{yaml,yml}
groups:
actions:
patterns:
- "*"
ignore:
- dependency-name: "github/gh-aw-actions/**" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
labels: []
package-ecosystem: github-actions
schedule:
interval: weekly
- commit-message:
include: scope
prefix: pip prod
prefix-development: pip dev
directories:
- /packages/http-client-python/eng/
- /packages/http-client-python/generator/test
- /packages/http-client-python/generator/test/azure
- /packages/http-client-python/generator/test/unbranded
labels:
- emitter:client:python
package-ecosystem: pip
schedule:
interval: weekly
- directory: /
exclude-paths:
- packages/http-client-csharp
- packages/http-client-java
- packages/http-client-python
groups:
alloy:
patterns:
- "@alloy-js/*"
azure:
patterns:
- "@azure/*"
babel:
patterns:
- "@babel/*"
build-tools:
patterns:
- esbuild
- esbuild-*
- vite
- vite-*
- "@vitejs/*"
- typescript
- tsx
- rollup-*
chronus:
patterns:
- "@chronus/*"
formatting:
patterns:
- prettier
- prettier-plugin-*
linting:
patterns:
- eslint
- "@eslint/*"
- eslint-plugin-*
- "@typescript-eslint/*"
- typescript-eslint
- cspell
microsoft:
patterns:
- "@microsoft/*"
monaco:
patterns:
- monaco-editor
- monaco-editor-core
octokit:
patterns:
- "@octokit/*"
scalar:
patterns:
- "@scalar/*"
testing:
patterns:
- vitest
- "@vitest/*"
- "@playwright/test"
- playwright
- "@testing-library/*"
- mocha
- happy-dom
- c8
tree-sitter:
patterns:
- tree-sitter-*
- web-tree-sitter
types:
patterns:
- "@types/*"
ui:
patterns:
- react
- react-*
- "@fluentui/*"
- storybook
- "@storybook/*"
- prism-react-renderer
- clsx
vscode:
patterns:
- "@vscode/*"
- vscode-*
website:
patterns:
- astro
- astro-*
- "@astrojs/*"
- "@expressive-code/*"
- "@docsearch/*"
- rehype-*
- remark-*
- typedoc
- typedoc-*
- sharp
yarnpkg:
patterns:
- "@yarnpkg/*"
labels: []
package-ecosystem: npm
schedule:
interval: weekly
- directory: /
exclude-paths:
- .github/workflows/*.lock.{yaml,yml}
groups:
actions:
patterns:
- "*"
ignore:
- dependency-name: "github/gh-aw-actions/**"
- dependency-name: "github/gh-aw-actions" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
labels: []
package-ecosystem: github-actions
schedule:
interval: weekly
version: 2
Loading