Skip to content

Commit

Permalink
chore(ci): Ensure dependabot doesn't update next to 14 in 13 example (#…
Browse files Browse the repository at this point in the history
…364)

Dependabot is trying to update next 13 to 14 in our next-13 example.
  • Loading branch information
blaine-arcjet authored Mar 12, 2024
1 parent e35d530 commit 32e4cc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ updates:
# Headers in DOM.
- dependency-name: "@types/node"
versions: [">18.18"]
# Ignore updates to the next package since example is for v13
- dependency-name: next
versions: [">=14"]

- package-ecosystem: "npm"
directory: /examples/nextjs-14-app-dir-rl
Expand Down

0 comments on commit 32e4cc7

Please sign in to comment.