Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2025
1 parent 90a7112 commit c2de9e7
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>Kings-World/.github:renovate-config"],
"extends": [
"local>Kings-World/.github:renovate-config"
],
"packageRules": [
{
"matchPackagePatterns": ["fabric-loom", "^net.fabricmc"],
"enabled": false
"enabled": false,
"matchPackageNames": [
"/fabric-loom/",
"/^net.fabricmc/"
]
},
{
"matchPackagePatterns": [
"^net.sf.trove4j",
"^org.apache.commons",
"^com.neovisionaries",
"^com.squareup",
"^com.fasterxml.jackson.core",
"^org.json"
],
"enabled": false
"enabled": false,
"matchPackageNames": [
"/^net.sf.trove4j/",
"/^org.apache.commons/",
"/^com.neovisionaries/",
"/^com.squareup/",
"/^com.fasterxml.jackson.core/",
"/^org.json/"
]
}
]
}

0 comments on commit c2de9e7

Please sign in to comment.