Skip to content

Commit

Permalink
Add octokit to dependabot ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Aug 22, 2023
1 parent 9124f04 commit f2d7085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ updates:
schedule:
interval: "weekly"
ignore:
- dependency-name: "@types/node"
- dependency-name: "@types/node" # Breaking change: update with next major release
- dependency-name: "@octokit/rest" # Tied to node version
groups:
npm-dependencies:
patterns:
Expand Down

0 comments on commit f2d7085

Please sign in to comment.