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.71.5": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.71.5",
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
},
"github/gh-aw/actions/setup@v0.57.2": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.57.2",
Expand Down
261 changes: 129 additions & 132 deletions .github/dependabot.yml
Comment thread
timotheeguerin marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,134 +1,131 @@
version: 2
updates:
# Python dependencies for http-client-python
- package-ecosystem: "pip"
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"
schedule:
interval: "weekly"
commit-message:
prefix: "pip prod"
prefix-development: "pip dev"
include: "scope"
labels:
- "emitter:client:python"

# Main pnpm workspace (npm dependencies via catalog)
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
exclude-paths:
- "packages/http-client-csharp"
- "packages/http-client-java"
- "packages/http-client-python"
labels: [] # conflict with our labels in labels.ts
groups:
alloy:
patterns:
- "@alloy-js/*"
types:
patterns:
- "@types/*"
testing:
patterns:
- "vitest"
- "@vitest/*"
- "@playwright/test"
- "playwright"
- "@testing-library/*"
- "mocha"
- "happy-dom"
- "c8"
linting:
patterns:
- "eslint"
- "@eslint/*"
- "eslint-plugin-*"
- "@typescript-eslint/*"
- "typescript-eslint"
- "cspell"
build-tools:
patterns:
- "esbuild"
- "esbuild-*"
- "vite"
- "vite-*"
- "@vitejs/*"
- "typescript"
- "tsx"
- "rollup-*"
website:
patterns:
- "astro"
- "astro-*"
- "@astrojs/*"
- "@expressive-code/*"
- "@docsearch/*"
- "rehype-*"
- "remark-*"
- "typedoc"
- "typedoc-*"
- "sharp"
ui:
patterns:
- "react"
- "react-*"
- "@fluentui/*"
- "storybook"
- "@storybook/*"
- "prism-react-renderer"
- "clsx"
vscode:
patterns:
- "@vscode/*"
- "vscode-*"
formatting:
patterns:
- "prettier"
- "prettier-plugin-*"
microsoft:
patterns:
- "@microsoft/*"
chronus:
patterns:
- "@chronus/*"
tree-sitter:
patterns:
- "tree-sitter-*"
- "web-tree-sitter"
octokit:
patterns:
- "@octokit/*"
azure:
patterns:
- "@azure/*"
yarnpkg:
patterns:
- "@yarnpkg/*"
babel:
patterns:
- "@babel/*"
scalar:
patterns:
- "@scalar/*"
monaco:
patterns:
- "monaco-editor"
- "monaco-editor-core"

# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
exclude-paths:
- ".github/workflows/*.lock.{yaml,yml}"
labels: [] # conflict with our labels in labels.ts
groups:
actions:
patterns:
- "*"
- 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
Loading
Loading