File tree Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Expand file tree Collapse file tree 3 files changed +21
-18
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
+ ignore :
15
+ - dependency-name : " *"
16
+ update-types : ["version-update:semver-patch"]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- name : Renovate Bot
1
+ name : Dependabot Bot
2
2
3
3
on :
4
4
pull_request_target :
5
5
branches : [master]
6
6
7
7
jobs :
8
- renovate -bot :
8
+ dependabot -bot :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : P5-wrapper/setup-action@v1.0.6
12
12
13
- - name : Run format if the PR is from the Renovate bot
14
- if : github.actor == 'renovate [bot]'
13
+ - name : Run format if the PR is from the Dependabot Bot
14
+ if : github.actor == 'dependabot [bot]'
15
15
run : pnpm format
16
16
shell : bash
17
17
18
18
- name : Commit any formatting changes
19
- if : github.actor == 'renovate [bot]'
19
+ if : github.actor == 'dependabot [bot]'
20
20
uses : stefanzweifel/git-auto-commit-action@v5.0.0
21
21
with :
22
22
commit_message : Apply formatting updates
You can’t perform that action at this time.
0 commit comments