Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"entries": {
"actions/github-script@v9": {
"actions/github-script@v9.0.0": {
"repo": "actions/github-script",
"version": "v9.0.0",
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"github/gh-aw-actions/setup@v0.71.5": {
"github/gh-aw-actions/setup@v0.77.5": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.71.5",
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
"version": "v0.77.5",
"sha": "3ea13c02d765410340d533515cb31a7eef2baaf0"
},
"github/gh-aw/actions/setup@v0.57.2": {
"repo": "github/gh-aw/actions/setup",
Expand Down
195 changes: 96 additions & 99 deletions .github/dependabot.yml
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"
- 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"
schedule:
interval: "weekly"
commit-message:
prefix: "pip prod"
prefix-development: "pip dev"
include: "scope"
- /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"

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

# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
- astro
- astro-*
- "@astrojs/*"
- "@expressive-code/*"
- "@docsearch/*"
- rehype-*
- remark-*
- typedoc
- typedoc-*
- sharp
yarnpkg:
patterns:
- "@yarnpkg/*"
labels: []
package-ecosystem: npm
schedule:
interval: "weekly"
interval: weekly
- directory: /
exclude-paths:
- ".github/workflows/*.lock.{yaml,yml}"
labels: [] # conflict with our labels in labels.ts
- .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
version: 2
Loading
Loading