This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new fcd51df Disable dependabot pull requests (#117)
fcd51df is described below
commit fcd51dfb97f0a788a3b89efb3148062e56d6f83b
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Jul 25 14:49:35 2023 +0800
Disable dependabot pull requests (#117)
---
.asf.yaml | 1 +
.github/workflows/build.yaml | 2 +-
.github/workflows/license.yaml | 2 +-
.github/workflows/test.yaml | 4 ++--
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 0a7c186..c4e9e21 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,6 +26,7 @@ github:
- nodejs
- typescript
- dapper
+ dependabot_updates: false
enabled_merge_buttons:
squash: true
merge: false
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 0dd5071..419f558 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -25,7 +25,7 @@ on:
jobs:
Build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml
index 8cc198d..818784f 100644
--- a/.github/workflows/license.yaml
+++ b/.github/workflows/license.yaml
@@ -25,7 +25,7 @@ on:
jobs:
License:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 1169706..b2234d3 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -25,7 +25,7 @@ on:
jobs:
TestPlugins:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
@@ -63,7 +63,7 @@ jobs:
npm run test
TestLib:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2