File tree Expand file tree Collapse file tree 5 files changed +6500
-8975
lines changed Expand file tree Collapse file tree 5 files changed +6500
-8975
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
steps :
13
13
- name : Dependabot metadata
14
14
id : metadata
15
- uses : dependabot/fetch-metadata@v1.1.1
15
+ uses : dependabot/fetch-metadata@v1
16
16
with :
17
17
github-token : " ${{ secrets.GITHUB_TOKEN }}"
18
18
- name : Enable auto-merge for Dependabot PRs
19
- if : ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
19
+ if : ${{steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor' }}
20
20
run : gh pr merge --auto --merge "$PR_URL"
21
21
env :
22
22
PR_URL : ${{github.event.pull_request.html_url}}
Original file line number Diff line number Diff line change
1
+ # !ignorefile-merge block-open @tagproject/ts-package-shared-config
2
+ # ---------------------------------------------------------------
3
+ # This block generated automatically
4
+ # @see https://www.npmjs.com/package/ignorefile-merge
5
+ # ---------------------------------------------------------------
6
+
1
7
* .log
2
8
* .pid
3
9
* .pid.lock
6
12
.env
7
13
.eslintrc
8
14
.yarn-integrity
9
- /.editorconfig
10
15
/.eslintcache
11
16
/.eslintignore
12
- /.figma.yml
13
17
/.husky /
14
- /.prettierignore
15
- /.prettierrc
16
- /.vscode /
17
18
/jest.config.js
18
- /src /** /tsconfig.json
19
- /tsconfig.json
20
19
coverage
21
20
lib
22
21
logs
23
22
node_modules /
24
23
pids
24
+ /tsconfig.json
25
+ /src /** /tsconfig.json
25
26
tsconfig.tsbuildinfo
26
27
yarn-debug.log *
27
- yarn-error.log *
28
+ yarn-error.log *
29
+
30
+ # !ignorefile-merge block-close @tagproject/ts-package-shared-config
31
+
32
+ # !ignorefile-merge block-open @tagproject/docs-shared-config
33
+ # ---------------------------------------------------------------
34
+ # This block generated automatically
35
+ # @see https://www.npmjs.com/package/ignorefile-merge
36
+ # ---------------------------------------------------------------
37
+
38
+ # .env
39
+ # node_modules/
40
+
41
+ # !ignorefile-merge block-close @tagproject/docs-shared-config
42
+
43
+ # !ignorefile-merge block-open @tagproject/vscode-shared-config
44
+ # ---------------------------------------------------------------
45
+ # This block generated automatically
46
+ # @see https://www.npmjs.com/package/ignorefile-merge
47
+ # ---------------------------------------------------------------
48
+
49
+ /.editorconfig
50
+ /.prettierignore
51
+ /.prettierrc
52
+ /.vscode /
53
+
54
+ # !ignorefile-merge block-close @tagproject/vscode-shared-config
Original file line number Diff line number Diff line change
1
+ # !ignorefile-merge block-open @tagproject/ts-package-shared-config
2
+ # ---------------------------------------------------------------
3
+ # This block generated automatically
4
+ # @see https://www.npmjs.com/package/ignorefile-merge
5
+ # ---------------------------------------------------------------
6
+
1
7
** /__benchmark__ /**
2
8
** /__mocks__ /**
3
9
** /__tests__ /**
4
10
.changelogrc.yml
5
11
.config
6
- .editorconfig
7
12
.env
8
13
.eslintignore
9
14
.eslintrc
10
- .figma.yml
11
15
.ghinfo
12
16
.gitattributes
13
17
.github
14
18
.husky
15
- .prettierignore
16
- .prettierrc
17
- .vscode
18
19
CODE_OF_CONDUCT.md
19
- SECURITY.md
20
20
codecov.yml
21
21
codegen.yml
22
22
coverage /
@@ -27,4 +27,35 @@ media/
27
27
node_modules /
28
28
src /
29
29
tsconfig.json
30
- typings /
30
+ typings /
31
+
32
+ # !ignorefile-merge block-close @tagproject/ts-package-shared-config
33
+
34
+ # !ignorefile-merge block-open @tagproject/docs-shared-config
35
+ # ---------------------------------------------------------------
36
+ # This block generated automatically
37
+ # @see https://www.npmjs.com/package/ignorefile-merge
38
+ # ---------------------------------------------------------------
39
+
40
+ # .env
41
+ # CODE_OF_CONDUCT.md
42
+ SECURITY.md
43
+ # docs/
44
+ # example/
45
+ # media/
46
+ # node_modules/
47
+
48
+ # !ignorefile-merge block-close @tagproject/docs-shared-config
49
+
50
+ # !ignorefile-merge block-open @tagproject/vscode-shared-config
51
+ # ---------------------------------------------------------------
52
+ # This block generated automatically
53
+ # @see https://www.npmjs.com/package/ignorefile-merge
54
+ # ---------------------------------------------------------------
55
+
56
+ .editorconfig
57
+ .prettierignore
58
+ .prettierrc
59
+ .vscode
60
+
61
+ # !ignorefile-merge block-close @tagproject/vscode-shared-config
You can’t perform that action at this time.
0 commit comments