Skip to content

Commit

Permalink
Try to get renovate to find IntelliJ PSI
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Jul 5, 2024
1 parent 78b8c0a commit 1720620
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>neoforged/actions:renovate_preset"
]
],
"packageRules": [
{
"matchDatasources": ["maven"],
"matchPackagePatterns": ["^com\\.jetbrains\\.intellij"],
"registryUrls": ["https://www.jetbrains.com/intellij-repository/releases/"]
}
],
}

0 comments on commit 1720620

Please sign in to comment.