Skip to content

Commit

Permalink
chore(renovate): Disable for experimental apollo package (#10016)
Browse files Browse the repository at this point in the history
Disable renovate for our special Apollo package

See #9992 for context
  • Loading branch information
Tobbe committed Feb 15, 2024
1 parent ef015ca commit 85a0bfa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@
"sort-package-json",
"zx"
]
},

{
"groupName": "experimental",
"enabled": false,

"matchPackageNames": [
"@apollo/experimental-nextjs-app-support"
]
}
]
}

0 comments on commit 85a0bfa

Please sign in to comment.