Compare commits

..

1 commit

Author SHA1 Message Date
0cb38752a2 Add .github/renovate.json5
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m15s
2024-10-27 00:22:10 +00:00

View file

@ -1,3 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>phoenix/renovate-config"
]
}