Skip to content

Commit

Permalink
chore: make renovate ignore experimental Spigot API snapshots (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing authored Sep 13, 2023
1 parent 5ba5983 commit ee580c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@
semanticCommits: 'enabled',
semanticCommitType: 'chore',
semanticCommitScope: 'deps',
packageRules: [
{
// Ignore Spigot API experimental snapshots
matchPackageNames: ['org.spigotmc:spigot-api'],
allowedVersions: '!/\\-experimental\\-SNAPSHOT$/',
},
],
}

0 comments on commit ee580c7

Please sign in to comment.