From 285ccb0fbd4cf2eefd7102a5ec9cdaa644137490 Mon Sep 17 00:00:00 2001 From: Danny van Velzen Date: Thu, 17 Feb 2022 20:57:39 -0800 Subject: [PATCH 1/2] Enable automatic PR creation for dependency updates --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..525850027d1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + time: "05:00" + timezone: "America/Los_Angeles" + labels: + - dependencies + versioning-strategy: lockfile-only + commit-message: + prefix: 📦 + open-pull-requests-limit: 5 From fdb92b6c436539261d8357ecf8e3210327799fcc Mon Sep 17 00:00:00 2001 From: Danny van Velzen Date: Thu, 17 Feb 2022 21:04:07 -0800 Subject: [PATCH 2/2] Fix Split yamls --- .ado/azure-pipelines.yml | 1 + .ado/publish.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.ado/azure-pipelines.yml b/.ado/azure-pipelines.yml index c2ce692c600..dfb36aa1b50 100644 --- a/.ado/azure-pipelines.yml +++ b/.ado/azure-pipelines.yml @@ -1,5 +1,6 @@ name: 0.0.$(Date:yyMM.d)$(Rev:rrr) +trigger: none pr: - main diff --git a/.ado/publish.yml b/.ado/publish.yml index b55d49562fa..2d4d27a9829 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -1,5 +1,6 @@ name: 0.0.$(Date:yyMM.d)$(Rev:rrr) +pr: none trigger: - main