Skip to content

Commit

Permalink
add packageRule
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaJassova committed May 24, 2024
1 parent 73196cb commit cb92bfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/midnight-ntwrk/midnight-node"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<build>[a-f0-9]+)-(?<compatibility>\\w+)$"
},
{
"matchDatasources": ["github-releases"],
"matchDepNames": ["midnight-ntwrk/artifacts"],
"matchPackageNames": "compactc"
}
]
}

0 comments on commit cb92bfc

Please sign in to comment.