Skip to content

Commit

Permalink
Migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
neoforged-renovate[bot] authored Nov 17, 2024
1 parent adf2e86 commit f739a99
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
"github>neoforged/actions:renovate_preset"
],
"packageRules": [
{
"matchDatasources": ["maven"],
"matchPackagePatterns": ["^com\\.jetbrains\\.intellij"],
"registryUrls": ["https://www.jetbrains.com/intellij-repository/releases/"]
}
{
"matchDatasources": [
"maven"
],
"registryUrls": [
"https://www.jetbrains.com/intellij-repository/releases/"
],
"matchPackageNames": [
"/^com\\.jetbrains\\.intellij/"
]
}
]
}

0 comments on commit f739a99

Please sign in to comment.