Skip to content

Commit

Permalink
Downgrade octokit/rest
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaitabamburic committed Jul 26, 2023
1 parent 802f46b commit ebb4cfe
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 10,126 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "@octokit/rest"
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Select Node.js version
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
run: npm ci --no-audit --no-progress --prefer-offline
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Select Node.js version
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
run: npm ci --no-audit --no-progress --prefer-offline
Expand Down
Loading

0 comments on commit ebb4cfe

Please sign in to comment.