File tree Expand file tree Collapse file tree 3 files changed +28
-22
lines changed Expand file tree Collapse file tree 3 files changed +28
-22
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " npm"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
7
+ reviewers :
8
+ - " jamesrweb"
9
+ labels :
10
+ - " dependencies"
11
+ groups :
12
+ development-dependencies :
13
+ dependency-type : " development"
14
+ react :
15
+ patterns :
16
+ - " react*"
17
+ ignore :
18
+ - dependency-name : " *"
19
+ update-types : ["version-update:semver-patch"]
Original file line number Diff line number Diff line change 7
7
concurrency : ci-${{ github.ref }}
8
8
9
9
jobs :
10
- renovate -bot :
10
+ dependabot -bot :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : P5-wrapper/setup-action@v1.0.6
14
14
with :
15
15
token : ${{ secrets.GH_TOKEN }}
16
16
17
- - name : Run format if the PR is from the Renovate bot
18
- if : github.actor == 'renovate [bot]'
17
+ - name : Run format if the PR is from the Dependabot bot
18
+ if : github.actor == 'dependabot [bot]'
19
19
run : pnpm --if-present format
20
20
shell : bash
21
21
22
22
- name : Commit any formatting changes
23
- if : github.actor == 'renovate [bot]'
23
+ if : github.actor == 'dependabot [bot]'
24
24
uses : stefanzweifel/git-auto-commit-action@v5.0.0
25
25
with :
26
26
commit_message : Apply formatting updates
29
29
30
30
format :
31
31
runs-on : ubuntu-latest
32
- needs : renovate -bot
32
+ needs : depandabot -bot
33
33
steps :
34
34
- uses : P5-wrapper/setup-action@v1.0.6
35
35
with :
50
50
51
51
lint :
52
52
runs-on : ubuntu-latest
53
- needs : renovate -bot
53
+ needs : dependabot -bot
54
54
steps :
55
55
- uses : P5-wrapper/setup-action@v1.0.6
56
56
with :
71
71
72
72
test :
73
73
runs-on : ubuntu-latest
74
- needs : renovate -bot
74
+ needs : dependabot -bot
75
75
steps :
76
76
- uses : P5-wrapper/setup-action@v1.0.6
77
77
with :
@@ -82,11 +82,11 @@ jobs:
82
82
83
83
build :
84
84
runs-on : ubuntu-latest
85
- needs : renovate -bot
85
+ needs : dependabot -bot
86
86
steps :
87
87
- uses : P5-wrapper/setup-action@v1.0.6
88
88
with :
89
89
token : ${{ secrets.GH_TOKEN }}
90
90
91
91
- name : Build
92
- run : pnpm build
92
+ run : pnpm build
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments