From 8d7dfd6d4a210409adf14853dc3c059a0a21a593 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Thu, 14 Jan 2021 14:39:01 +0100 Subject: [PATCH 1/2] [INTERNAL] Azure: Add Node v15, upgrade Ubuntu image --- azure-pipelines.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd9cd998..3bcefc00 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,20 +9,23 @@ trigger: strategy: matrix: linux_node_10: - imageName: 'ubuntu-18.04' + imageName: 'ubuntu-20.04' node_version: 10.x - linux_node_lts: - imageName: 'ubuntu-18.04' + linux_node_lts_12: + imageName: 'ubuntu-20.04' node_version: 12.x - linux_node_latest: - imageName: 'ubuntu-18.04' + linux_node_lts_14: + imageName: 'ubuntu-20.04' node_version: 14.x + linux_node_latest: + imageName: 'ubuntu-20.04' + node_version: 15.x mac_node_latest: imageName: 'macOS-10.15' - node_version: 14.x + node_version: 15.x windows_node_latest: imageName: 'windows-2019' - node_version: 14.x + node_version: 15.x pool: vmImage: $(imageName) From 8f0dc8637400fb42fc0dae6261df26f4d72f4e67 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Thu, 14 Jan 2021 14:44:35 +0100 Subject: [PATCH 2/2] [INTERNAL] Dependabot: Add GitHub actions configuration --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0acb1954..70696723 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: npm directory: "/" schedule: