Skip to content

Commit 2fddb59

Browse files
committed
ci: add npm dependencies update
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 5da54d5 commit 2fddb59

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,16 @@ updates:
2525
github-actions-dependencies:
2626
patterns:
2727
- "*"
28+
29+
- package-ecosystem: npm
30+
open-pull-requests-limit: 20
31+
versioning-strategy: widen
32+
directory: "/"
33+
schedule:
34+
interval: weekly
35+
day: friday
36+
time: "04:00"
37+
groups:
38+
npm-dependencies:
39+
patterns:
40+
- "*"

actions/setup-node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!-- start title -->
22

3-
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:settings color:gray-dark>" /> GitHub Action: Setup NodeJS
3+
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:settings color:gray-dark>" /> GitHub Action: Setup Node.js
44

55
<!-- end title -->
66
<!-- start description -->
77

8-
Action to setup NodeJS and install dependencies according to the package manager used.
8+
Action to setup Node.js and install dependencies according to the package manager used.
99

1010
<!-- end description -->
1111
<!-- start contents -->

actions/setup-node/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Setup NodeJS"
2-
description: "Action to setup NodeJS and install dependencies according to the package manager used."
1+
name: "Setup Node.js"
2+
description: "Action to setup Node.js and install dependencies according to the package manager used."
33
author: Hoverkraft
44
branding:
55
icon: settings

0 commit comments

Comments
 (0)