Skip to content

Commit

Permalink
Pin Spring Boot 2.x for GCP auth extension testing (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 10, 2025
1 parent 09ab59b commit 92f84e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@
"matchPackagePrefixes": ["jakarta.servlet:"],
"matchCurrentVersion": "5.0.0",
"enabled": false
},
{
// intentionally using Spring Boot 2 in gcp-auth-extension in order to test with Java 8+
"matchFileNames": [
"gcp-auth-extension/build.gradle.kts"
],
"matchPackagePrefixes": [
"org.springframework.boot"
],
"matchUpdateTypes": ["major"],
"enabled": false,
}
]
}

0 comments on commit 92f84e6

Please sign in to comment.