Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
5e9dfb4b4e chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v1 2025-12-30 00:01:08 +00:00
ivan
10979da4ee Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Some checks failed
Check dist/ / check-dist (push) Failing after 10s
Code scanning - action / CodeQL-Build (push) Failing after 11s
Licensed / Check licenses (push) Failing after 12s
Test / Build (ubuntu-latest) (push) Failing after 13s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Reviewed-on: #1
2025-12-28 05:29:50 +00:00
Renovate Bot
5fe008570c Add renovate.json
Some checks failed
Test / Build (ubuntu-latest) (push) Failing after 1s
Code scanning - action / CodeQL-Build (pull_request) Failing after 1s
Licensed / Check licenses (pull_request) Failing after 1s
Test / Build (ubuntu-latest) (pull_request) Failing after 1s
Check dist/ / check-dist (pull_request) Failing after 9s
Code scanning - action / CodeQL-Build (push) Failing after 11s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Test / Build (macos-latest) (pull_request) Has been cancelled
Test / Build (windows-latest) (pull_request) Has been cancelled
2025-12-28 05:29:08 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -2,5 +2,5 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "@actions/download-artifact",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16"
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-16"
}

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}