Skip to content

Commit

Permalink
add rule to skip updates (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Jan 30, 2025
1 parent 3fb62d2 commit b00ec4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
],
"enabled": false
},
{
matchPackageNames: [
"com.toasttab.android:gummy-bears-api-21"
],
enabled: false
},
{
// Try and force the demo app's kotlin and compose compilers to be in lockstep
// See https://github.com/renovatebot/renovate/issues/18354
Expand Down

0 comments on commit b00ec4a

Please sign in to comment.