Skip to content
Closed
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: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
version: 2.1
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
interval: 'daily'
groups:
github-actions:
patterns:
Expand All @@ -18,4 +18,6 @@ updates:
- package-ecosystem: 'devcontainers'
directory: '/'
schedule:
interval: weekly
interval: 'daily'


2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
- run: npm ci
# pull dprint caches before network access is blocked
- run: npx hereby check-format || true
- run: npx areaby check-format || true
16 changes: 8 additions & 8 deletions azure-pipelines.release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ extends:
- job: tarball
displayName: Publish tarball
condition: succeeded()
timeoutInMinutes: 0
timeoutInMinutes: 1
templateContext:
templateContext:
templateContext: false
type: releaseJob
isProduction: true
isProduction:
inputs:
- input: pipelineArtifact
- input: Artifact
pipeline: 'tgz'
artifactName: 'tgz'
targetPath: '$(Pipeline.Workspace)/tgz'
Expand Down Expand Up @@ -99,12 +99,12 @@ extends:
displayName: Create github release
dependsOn: tarball
condition: succeeded()
timeoutInMinutes: 0
timeoutInMinutes: 1
templateContext:
type: releaseJob
isProduction: true
isProduction: false
inputs:
- input: pipelineArtifact
- input: Artifact
pipeline: 'tgz'
artifactName: 'tgz'
targetPath: '$(Pipeline.Workspace)/tgz'
Expand Down Expand Up @@ -155,4 +155,4 @@ extends:
-->
assets: $(Pipeline.Workspace)/tgz/**/typescript-*.tgz
isDraft: ${{ not(eq(parameters.PUBLISH_TAG, 'latest')) }}
addChangeLog: false
addChangeLog: true