Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seeebiii committed Oct 20, 2022
1 parent 27141b2 commit 7120a49
Show file tree
Hide file tree
Showing 10 changed files with 677 additions and 534 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automerge.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 19 additions & 4 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 24 additions & 5 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/upgrade-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ autoMerge.addJobs({
},
steps: [
{
uses: 'actions/checkout@v2',
uses: 'actions/checkout@v3',
},
{
name: 'automerge',
uses: 'pascalgn/automerge-action@v0.13.1',
uses: 'pascalgn/automerge-action@v0.15.5',
env: {
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}',
MERGE_LABELS: 'dependencies,!wip,!work in progress',
MERGE_FILTER_AUTHOR: 'dependabot[bot]',
MERGE_FILTER_AUTHOR: 'seeebiii',
MERGE_DELETE_BRANCH: 'true',
MERGE_RETRY_SLEEP: '60000',
},
Expand Down
15 changes: 8 additions & 7 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7120a49

Please sign in to comment.