Skip to content

Commit

Permalink
ci(renovate): use shared renovate configuration [skip ci]
Browse files Browse the repository at this point in the history
- extend default config for common defaults and excluding managed workflows
- extend hale studio config for common hale studio related settings (Groovy condition is present there, Java one could be moved there as well)
  • Loading branch information
stempler authored Apr 24, 2024
1 parent 19b4e4b commit 6ae40e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"github>wetransform/renovate-config:default.json5",
"github>wetransform/renovate-config:hale-studio.json5"
],
"packageRules": [
{
"matchPackageNames": ["org.codehaus.groovy:groovy-all"],
"allowedVersions": "<2.6.0"
},
{
"matchPackageNames": ["eclipse-temurin"],
"allowedVersions": "<18.0.0"
Expand Down

0 comments on commit 6ae40e1

Please sign in to comment.