Skip to content

Commit

Permalink
Merge pull request #24 from breedx-splk/renovate_updates
Browse files Browse the repository at this point in the history
Limit a couple of renovate packages until gradle plugin is ready
  • Loading branch information
breedx-splk authored Aug 14, 2023
2 parents 06a7955 + 30ed57c commit fd55704
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

22 changes: 22 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
// navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for
// yet due to android gradle plugin only supporting min 33.
"matchPackagePrefixes": ["androidx.navigation"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
// navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for
// yet due to android gradle plugin only supporting min 33.
"matchPackageNames": ["androidx.browser:browser"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
}
]
}

0 comments on commit fd55704

Please sign in to comment.