Skip to content

Commit

Permalink
📌 renovate to report deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed Oct 25, 2024
1 parent 9411a24 commit 96e443f
Showing 1 changed file with 22 additions and 0 deletions.
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:recommended",
],
"ignorePresets": [
"workarounds:javaLTSVersions"
],
"ignorePaths": [
"example/**",
"observe/**",
],
"packageRules": [
{
"matchPackageNames": [
"pro.fessional**",
"java"
],
"enabled": false
}
],
}

0 comments on commit 96e443f

Please sign in to comment.